We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee5728 commit 6a8204dCopy full SHA for 6a8204d
java/ql/lib/semmle/code/java/Concepts.qll
@@ -19,7 +19,7 @@ class RegexExecution extends DataFlow::Node instanceof RegexExecution::Range {
19
/** Gets the data flow node for the regex being executed by this node. */
20
DataFlow::Node getRegex() { result = super.getRegex() }
21
22
- /** 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. */
23
DataFlow::Node getString() { result = super.getString() }
24
25
/**
0 commit comments