We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fde05 commit 99b9806Copy full SHA for 99b9806
src/libstd/primitive_docs.rs
@@ -279,7 +279,7 @@ mod prim_never { }
279
///
280
/// As always, remember that a human intuition for 'character' may not map to
281
/// Unicode's definitions. For example, despite looking similar, the 'é'
282
-/// character is one Unicode code point while 'é' is two Unicode code points:
+/// character is one Unicode code point while 'é' is two Unicode code points:
283
284
/// ```
285
/// let mut chars = "é".chars();
0 commit comments