From 4b5c233509109fd2026fca78721e8e7caeb95138 Mon Sep 17 00:00:00 2001 From: Ole Begemann Date: Sat, 26 Nov 2022 01:05:05 +0100 Subject: [PATCH] Fix documentation typo --- Sources/RegexBuilder/Anchor.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/RegexBuilder/Anchor.swift b/Sources/RegexBuilder/Anchor.swift index cf1931577..8283b9cbd 100644 --- a/Sources/RegexBuilder/Anchor.swift +++ b/Sources/RegexBuilder/Anchor.swift @@ -81,7 +81,7 @@ extension Anchor { } /// An anchor that matches at the end of the input string or at the end of - /// the line immediately before the the end of the string. + /// the line immediately before the end of the string. /// /// This anchor is equivalent to `\Z` in regex syntax. public static var endOfSubjectBeforeNewline: Anchor {