We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335a0c2 commit eb7f801Copy full SHA for eb7f801
Sources/RegexBuilder/Anchor.swift
@@ -81,7 +81,7 @@ extension Anchor {
81
}
82
83
/// An anchor that matches at the end of the input string or at the end of
84
- /// the line immediately before the the end of the string.
+ /// the line immediately before the end of the string.
85
///
86
/// This anchor is equivalent to `\Z` in regex syntax.
87
public static var endOfSubjectBeforeNewline: Anchor {
0 commit comments