File tree Expand file tree Collapse file tree
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ private import semmle.python.ApiGraphs
1818/** Provides classes for modeling Regular Expression-related APIs. */
1919module RegexExecution {
2020 /**
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.
2222 *
2323 * Extend this class to model new APIs. If you want to refine existing API models,
2424 * extend `RegexExecution` instead.
@@ -37,7 +37,7 @@ module RegexExecution {
3737}
3838
3939/**
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.
4141 *
4242 * Extend this class to refine existing API models. If you want to model new APIs,
4343 * extend `RegexExecution::Range` instead.
You can’t perform that action at this time.
0 commit comments