Fix span in char documentation
This commit is contained in:
parent
f2b92174e3
commit
93d8343b83
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ mod prim_never { }
|
||||||
/// ```text
|
/// ```text
|
||||||
/// error: character literal may only contain one codepoint: 'é'
|
/// error: character literal may only contain one codepoint: 'é'
|
||||||
/// let c = 'é';
|
/// let c = 'é';
|
||||||
/// ^^^^
|
/// ^^^
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// Another implication of the 4-byte fixed size of a `char` is that
|
/// Another implication of the 4-byte fixed size of a `char` is that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue