Skip to content

Commit 384f69b

Browse files
authored
Merge pull request #84317 from valeriyvan/UTF8EncodingError
Fix typo in UTF8EncodingError
2 parents 6c2f04d + 525829e commit 384f69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UTF8EncodingError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extension Unicode.UTF8 {
8484
unexpected continuation byte errors. The more semantically-rich
8585
classification is reported.
8686

87-
For example, a surrogate count point sequence `ED A0 80` will be reported
87+
For example, a surrogate code point sequence `ED A0 80` will be reported
8888
as three `.surrogateCodePointByte` errors rather than a `.truncatedScalar`
8989
followed by two `.unexpectedContinuationByte` errors.
9090

0 commit comments

Comments
 (0)