File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module RegexExecution {
3636}
3737
3838/**
39- * A data-flow node that collect methods immediately executing an expression.
39+ * A data-flow node that executes a regular expression.
4040 *
4141 * Extend this class to refine existing API models. If you want to model new APIs,
4242 * extend `RegexExecution::Range` instead.
@@ -54,7 +54,7 @@ class RegexExecution extends DataFlow::Node {
5454/** Provides classes for modeling Regular Expression escape-related APIs. */
5555module RegexEscape {
5656 /**
57- * A data-flow node that collects functions escaping regular expressions .
57+ * A data-flow node that escapes a regular expression .
5858 *
5959 * Extend this class to model new APIs. If you want to refine existing API models,
6060 * extend `RegexEscape` instead.
@@ -68,7 +68,7 @@ module RegexEscape {
6868}
6969
7070/**
71- * A data-flow node that collects functions escaping regular expressions .
71+ * A data-flow node that escapes a regular expression .
7272 *
7373 * Extend this class to refine existing API models. If you want to model new APIs,
7474 * extend `RegexEscape::Range` instead.
You can’t perform that action at this time.
0 commit comments