Skip to content

Commit aca5038

Browse files
committed
Change word order for clarity in Unicode handling doc
1 parent 7c83991 commit aca5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/NFC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ extension Unicode._InternalNFC.Iterator: IteratorProtocol {
128128
// already NFD, so the last scalar in the buffer will have the highest
129129
// CCC value in this normalization segment.
130130
guard let lastBufferedNormData = buffer.last?.normData else {
131-
// If we do not any have scalars in our buffer yet, then this step is
131+
// If we do not have any scalars in our buffer yet, then this step is
132132
// trivial. Attempt to compose our current scalar with whatever composee
133133
// we're currently building up.
134134

0 commit comments

Comments
 (0)