Correct code points to match their textual description

This commit is contained in:
Gianluca Recchia 2019-05-04 07:44:30 +02:00
parent 13fde05b12
commit 99b98068e8
No known key found for this signature in database
GPG Key ID: 3C2B4128D9A1F218
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ mod prim_never { }
///
/// As always, remember that a human intuition for 'character' may not map to
/// Unicode's definitions. For example, despite looking similar, the 'é'
/// character is one Unicode code point while 'é' is two Unicode code points:
/// character is one Unicode code point while '' is two Unicode code points:
///
/// ```
/// let mut chars = "é".chars();