Skip to content

Commit 90499c0

Browse files
geoffw0MathiasVP
andauthored
Update swift/ql/lib/codeql/swift/regex/internal/ParseRegex.qll
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent d3af8c5 commit 90499c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/regex/internal/ParseRegex.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ abstract class RegExp extends Expr {
121121
)
122122
}
123123

124-
/** Whether there is a character class, between start (inclusive) and end (exclusive) */
124+
/** Whether there is a character class, between start (inclusive) and end (exclusive). */
125125
predicate charSet(int start, int end) {
126126
exists(int innerStart, int innerEnd |
127127
this.charSetStart(start, innerStart) and

0 commit comments

Comments
 (0)