Change word order for clarity in Unicode handling doc

This commit is contained in:
Jager-yoo
2023-06-04 17:05:50 +09:00
parent 7c83991a31
commit aca5038625

View File

@@ -128,7 +128,7 @@ extension Unicode._InternalNFC.Iterator: IteratorProtocol {
// already NFD, so the last scalar in the buffer will have the highest
// CCC value in this normalization segment.
guard let lastBufferedNormData = buffer.last?.normData else {
// 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
// trivial. Attempt to compose our current scalar with whatever composee
// we're currently building up.