Skip to content

Commit

Permalink
Correct code points to match their textual description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Recchia committed May 4, 2019
1 parent 13fde05 commit 99b9806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/primitive_docs.rs
Expand Up @@ -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();
Expand Down

0 comments on commit 99b9806

Please sign in to comment.