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 7c83991 commit aca5038Copy full SHA for aca5038
stdlib/public/core/NFC.swift
@@ -128,7 +128,7 @@ extension Unicode._InternalNFC.Iterator: IteratorProtocol {
128
// already NFD, so the last scalar in the buffer will have the highest
129
// CCC value in this normalization segment.
130
guard let lastBufferedNormData = buffer.last?.normData else {
131
- // If we do not any have scalars in our buffer yet, then this step is
+ // If we do not have any scalars in our buffer yet, then this step is
132
// trivial. Attempt to compose our current scalar with whatever composee
133
// we're currently building up.
134
0 commit comments