]> git.lizzy.rs Git - rust.git/commitdiff
Correct code points to match their textual description
authorGianluca Recchia <gianluca.recchia97@gmail.com>
Sat, 4 May 2019 05:44:30 +0000 (07:44 +0200)
committerGianluca Recchia <gianluca.recchia97@gmail.com>
Sat, 4 May 2019 05:44:30 +0000 (07:44 +0200)
src/libstd/primitive_docs.rs

index 94fece10e0fbc2f15aea92fb0cceead04a7fd88c..24f728158c47260e85cdbaa3ef80094ac328c86b 100644 (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();