Skip to content

Commit c17de99

Browse files
committed
Swift: Correct QLDoc error.
1 parent e6695e3 commit c17de99

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

856856
/**
857857
* Holds if a qualified part is found between `start` and `partEnd` and the qualifier is
858-
* found between `part_end` and `end`.
858+
* found between `partEnd` and `end`.
859859
*
860860
* `maybeEmpty` is true if the part is optional.
861861
* `mayRepeatForever` is true if the part may be repeated unboundedly.

0 commit comments

Comments
 (0)