Skip to content

Commit bd4b189

Browse files
jorgectfyoff
andauthored
Polish documentation consistency
Co-authored-by: yoff <[email protected]>
1 parent 213d011 commit bd4b189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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. */
5555
module 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.

0 commit comments

Comments
 (0)