"dataflow" -> "data flow" in QLDoc

This commit is contained in:
Owen Mansel-Chan
2026-02-11 13:41:14 +00:00
parent 1ee5728311
commit 6a8204d28c

View File

@@ -19,7 +19,7 @@ class RegexExecution extends DataFlow::Node instanceof RegexExecution::Range {
/** Gets the data flow node for the regex being executed by this node. */
DataFlow::Node getRegex() { result = super.getRegex() }
/** Gets a dataflow node for the string to be searched or matched against. */
/** Gets a data flow node for the string to be searched or matched against. */
DataFlow::Node getString() { result = super.getString() }
/**