Skip to content

Commit 6b0271d

Browse files
committed
Swift: Address review comment.
1 parent 7a450c9 commit 6b0271d

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
@@ -322,7 +322,7 @@ abstract class RegExp extends Expr {
322322

323323
/**
324324
* Holds if a parse mode group of this regex includes the mode flag `c`.
325-
* For example the following parse mode group, with mode flag `i`:
325+
* For example the following parse mode group, with mode flag `"i"`:
326326
* ```
327327
* (?i)
328328
* ```

0 commit comments

Comments
 (0)