We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5dea0 commit 50b2f91Copy full SHA for 50b2f91
Sources/_StringProcessing/Engine/MEQuantify.swift
@@ -180,7 +180,7 @@ extension String {
180
// a single match position. Next iteration, they will be equal
181
// (empty range denoting a single backtracking point). Note that we
182
// only ever return a range if we have exceeded `minMatches`; if we
183
- // exactly mach `minMatches` there is no backtracking positions to
+ // exactly match `minMatches` there is no backtracking positions to
184
// remember.
185
rangeStart = next
186
}
0 commit comments