We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3791cdf + bc79b96 commit 583df9cCopy full SHA for 583df9c
src/types.md
@@ -52,8 +52,8 @@ The types `char` and `str` hold textual data.
52
53
A value of type `char` is a [Unicode scalar value](
54
http://www.unicode.org/glossary/#unicode_scalar_value) (i.e. a code point that
55
-is not a surrogate), represented as a 32-bit unsigned word in the 0x0000 to
56
-0xD7FF or 0xE000 to 0x10FFFF range. A `[char]` array is effectively an UCS-4 /
+is not a surrogate) represented as a 32-bit unsigned word in the 0x0000 to
+0xD7FF or 0xE000 to 0x10FFFF range. A `[char]` array is effectively a UCS-4 /
57
UTF-32 string.
58
59
A value of type `str` is a Unicode string, represented as an array of 8-bit
0 commit comments