Skip to content

Commit 1281f66

Browse files
Merge pull request #84293 from minguking/main
[stdlib] Fix typo in doc comment: change "One" to "Once"
2 parents a7dd04e + 8b8276c commit 1281f66

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
@@ -137,7 +137,7 @@ extension Unicode {
137137
/// consuming elements from the given source as necessary.
138138
///
139139
/// If the normalizer returns `nil`, the source was exhausted.
140-
/// One a source is exhausted, you may:
140+
/// Once a source is exhausted, you may:
141141
///
142142
/// - Call `resume` again some time later with a different source
143143
/// to continue processing the same logical text stream, or

0 commit comments

Comments
 (0)