Skip to content

Commit 93d8343

Browse files
committed
Fix span in char documentation
1 parent f2b9217 commit 93d8343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
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)