1
Fork 0

Fix span in char documentation

This commit is contained in:
Esteban Küber 2018-12-27 11:36:05 -08:00
parent f2b92174e3
commit 93d8343b83

View file

@ -302,7 +302,7 @@ mod prim_never { }
/// ```text
/// error: character literal may only contain one codepoint: 'é'
/// let c = 'é';
/// ^^^^
/// ^^^
/// ```
///
/// Another implication of the 4-byte fixed size of a `char` is that