Skip to content

Commit 65819ce

Browse files
estebankJohnHeitmann
authored andcommitted
Fix span in char documentation
1 parent fa563d5 commit 65819ce

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
@@ -302,7 +302,7 @@ mod prim_never { }
302302
/// ```text
303303
/// error: character literal may only contain one codepoint: 'é'
304304
/// let c = 'é';
305-
/// ^^^^
305+
/// ^^^
306306
/// ```
307307
///
308308
/// Another implication of the 4-byte fixed size of a `char` is that

0 commit comments

Comments
 (0)