Skip to content

Commit 50b2f91

Browse files
committed
wip: typo
1 parent 3c5dea0 commit 50b2f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_StringProcessing/Engine/MEQuantify.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ extension String {
180180
// a single match position. Next iteration, they will be equal
181181
// (empty range denoting a single backtracking point). Note that we
182182
// only ever return a range if we have exceeded `minMatches`; if we
183-
// exactly mach `minMatches` there is no backtracking positions to
183+
// exactly match `minMatches` there is no backtracking positions to
184184
// remember.
185185
rangeStart = next
186186
}

0 commit comments

Comments
 (0)