Skip to content

Commit fc27c6c

Browse files
committed
Fix RegexExecution ambiguity
1 parent 3655514 commit fc27c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/semmle/python/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private import semmle.python.ApiGraphs
1818
/** Provides classes for modeling Regular Expression-related APIs. */
1919
module 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.

0 commit comments

Comments
 (0)