Skip to content

Commit 529abb2

Browse files
committed
Add a missing backtick
1 parent 911d0cb commit 529abb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/char/methods.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ impl char {
360360
/// println!();
361361
/// ```
362362
///
363-
/// Using `println! directly:
363+
/// Using `println!` directly:
364364
///
365365
/// ```
366366
/// println!("{}", '❤'.escape_unicode());

0 commit comments

Comments
 (0)