Skip to content

Commit 6a8204d

Browse files
committed
"dataflow" -> "data flow" in QLDoc
1 parent 1ee5728 commit 6a8204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Concepts.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RegexExecution extends DataFlow::Node instanceof RegexExecution::Range {
1919
/** Gets the data flow node for the regex being executed by this node. */
2020
DataFlow::Node getRegex() { result = super.getRegex() }
2121

22-
/** Gets a dataflow node for the string to be searched or matched against. */
22+
/** Gets a data flow node for the string to be searched or matched against. */
2323
DataFlow::Node getString() { result = super.getString() }
2424

2525
/**

0 commit comments

Comments
 (0)