Skip to content

Commit b02e48f

Browse files
authored
Merge pull request #20566 from weissi/jw-uni-decoder-doc-fix
2 parents 619673e + 11b6bb3 commit b02e48f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/public/core/UnicodeParser.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ extension Unicode {
2222
/// An encoding error was detected.
2323
///
2424
/// `length` is the number of underlying code units consumed by this
25-
/// error (the length of the longest prefix of a valid encoding
26-
/// sequence that could be recognized).
25+
/// error, guaranteed to be greater than 0.
2726
case error(length: Int)
2827

2928
@inlinable // FIXME(sil-serialize-all)

0 commit comments

Comments
 (0)