Skip to content

Commit 13c5857

Browse files
yofftausbn
andauthored
Update python/ql/src/semmle/python/RegexTreeView.qll
Co-authored-by: Taus <[email protected]>
1 parent 34d7772 commit 13c5857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/RegexTreeView.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ newtype TRegExpParent =
2222
re.sequence(start, end) and
2323
exists(seqChild(re, start, end, 1)) // if a sequence does not have more than one element, it should be treated as that element instead.
2424
} or
25-
/** An alternatio term */
25+
/** An alternation term */
2626
TRegExpAlt(Regex re, int start, int end) {
2727
re.alternation(start, end) and
2828
exists(int part_end |

0 commit comments

Comments
 (0)