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 76fa546 + 8337f36 commit f2bb6ccCopy full SHA for f2bb6cc
second-edition/src/ch03-02-data-types.md
@@ -191,7 +191,7 @@ fn main() {
191
192
Rust’s `char` type represents a Unicode Scalar Value, which means it can
193
represent a lot more than just ASCII. Accented letters; Chinese, Japanese, and
194
-Korean ideographs; emoji; and zero-width spaces are all valid `char` types in
+Korean ideographs; emoji; and zero-width spaces are all valid `char` values in
195
Rust. Unicode Scalar Values range from `U+0000` to `U+D7FF` and `U+E000` to
196
`U+10FFFF` inclusive. However, a “character” isn’t really a concept in Unicode,
197
so your human intuition for what a “character” is may not match up with what a
0 commit comments