Skip to content

Commit 99b9806

Browse files
author
Gianluca Recchia
committed
Correct code points to match their textual description
1 parent 13fde05 commit 99b9806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

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

0 commit comments

Comments
 (0)