Skip to content

Commit

Permalink
corretected unit of UTF-16 from byte to bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Delet0r committed May 8, 2019
1 parent 19c3036 commit cb69110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/reference/types/str.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with handles to JavaScript string values, use the `js_sys::JsString` type.

Strings in JavaScript are encoded as UTF-16, but with one major exception: they
can contain unpaired surrogates. For some Unicode characters UTF-16 uses two
16-byte values. These are called "surrogate pairs" because they always come in
16-bit values. These are called "surrogate pairs" because they always come in
pairs. In JavaScript, it is possible for these surrogate pairs to be missing the
other half, creating an "unpaired surrogate".

Expand Down

0 comments on commit cb69110

Please sign in to comment.