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.
2 parents 6c2f04d + 525829e commit 384f69bCopy full SHA for 384f69b
stdlib/public/core/UTF8EncodingError.swift
@@ -84,7 +84,7 @@ extension Unicode.UTF8 {
84
unexpected continuation byte errors. The more semantically-rich
85
classification is reported.
86
87
- For example, a surrogate count point sequence `ED A0 80` will be reported
+ For example, a surrogate code point sequence `ED A0 80` will be reported
88
as three `.surrogateCodePointByte` errors rather than a `.truncatedScalar`
89
followed by two `.unexpectedContinuationByte` errors.
90
0 commit comments