diff options
| author | Gianluca Recchia <gianluca.recchia97@gmail.com> | 2019-05-04 07:44:30 +0200 |
|---|---|---|
| committer | Gianluca Recchia <gianluca.recchia97@gmail.com> | 2019-05-04 07:44:30 +0200 |
| commit | 99b98068e86605cb3c188ada3e72e9f42f91c824 (patch) | |
| tree | b343bd0a986b3e307214bec4f73a26fffd853b43 /src/libstd | |
| parent | 13fde05b12c28e1ed66bd13fdf1ea392f166b811 (diff) | |
| download | rust-99b98068e86605cb3c188ada3e72e9f42f91c824.tar.gz rust-99b98068e86605cb3c188ada3e72e9f42f91c824.zip | |
Correct code points to match their textual description
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index 94fece10e0f..24f728158c4 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -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(); |
