File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ private import semmle.python.ApiGraphs
18
18
/** Provides classes for modeling Regular Expression-related APIs. */
19
19
module RegexExecution {
20
20
/**
21
- * A data-flow node that works with regular expressions immediately executing an expression.
21
+ * A data-flow node that collects methods immediately executing an expression.
22
22
*
23
23
* Extend this class to model new APIs. If you want to refine existing API models,
24
24
* extend `RegexExecution` instead.
@@ -37,7 +37,7 @@ module RegexExecution {
37
37
}
38
38
39
39
/**
40
- * A data-flow node that works with regular expressions immediately executing an expression.
40
+ * A data-flow node that collect methods immediately executing an expression.
41
41
*
42
42
* Extend this class to refine existing API models. If you want to model new APIs,
43
43
* extend `RegexExecution::Range` instead.
You can’t perform that action at this time.
0 commit comments