We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d7772 commit 13c5857Copy full SHA for 13c5857
python/ql/src/semmle/python/RegexTreeView.qll
@@ -22,7 +22,7 @@ newtype TRegExpParent =
22
re.sequence(start, end) and
23
exists(seqChild(re, start, end, 1)) // if a sequence does not have more than one element, it should be treated as that element instead.
24
} or
25
- /** An alternatio term */
+ /** An alternation term */
26
TRegExpAlt(Regex re, int start, int end) {
27
re.alternation(start, end) and
28
exists(int part_end |
0 commit comments