Skip to content

Commit eb7f801

Browse files
authored
Fix documentation typo (#615)
1 parent 335a0c2 commit eb7f801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RegexBuilder/Anchor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extension Anchor {
8181
}
8282

8383
/// 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.
84+
/// the line immediately before the end of the string.
8585
///
8686
/// This anchor is equivalent to `\Z` in regex syntax.
8787
public static var endOfSubjectBeforeNewline: Anchor {

0 commit comments

Comments
 (0)