diff options
| author | patrick-gu <55641350+patrick-gu@users.noreply.github.com> | 2021-09-03 17:11:57 -0700 |
|---|---|---|
| committer | patrick-gu <55641350+patrick-gu@users.noreply.github.com> | 2021-09-03 17:11:57 -0700 |
| commit | 529abb2fc0895b78c0f2763e4ce0413d889712c2 (patch) | |
| tree | f66551511b14fc42e1510ddb9ddc8ab73fd1e005 | |
| parent | 911d0cbe8092d03dcb77fb7df03191691f5d0092 (diff) | |
Add a missing backtick
| -rw-r--r-- | library/core/src/char/methods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/char/methods.rs b/library/core/src/char/methods.rs index 7e545e2b098..e6d3ac8f2d2 100644 --- a/library/core/src/char/methods.rs +++ b/library/core/src/char/methods.rs @@ -360,7 +360,7 @@ impl char { /// println!(); /// ``` /// - /// Using `println! directly: + /// Using `println!` directly: /// /// ``` /// println!("{}", '❤'.escape_unicode()); |
