diff --git a/encoding.bs b/encoding.bs index 937d5d6..812821c 100644 --- a/encoding.bs +++ b/encoding.bs @@ -3367,7 +3367,7 @@ rather the decode algorithm.
Set UTF-16 leading surrogate to null. -
If code unit is a trailing surrogate, then return a +
If code unit is a trailing surrogate, then return a scalar value from surrogates given leadingSurrogate and code unit.
Let byte1 be code unit >> 8. @@ -3384,7 +3384,7 @@ rather the decode algorithm.
If code unit is a leading surrogate, then set UTF-16 leading surrogate to code unit and return continue. -
If code unit is a trailing surrogate, then return error. +
If code unit is a trailing surrogate, then return error.
Return code point code unit.