Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 529abb2

Browse files
committedSep 4, 2021
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.