about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpatrick-gu <55641350+patrick-gu@users.noreply.github.com>2021-09-03 17:11:57 -0700
committerpatrick-gu <55641350+patrick-gu@users.noreply.github.com>2021-09-03 17:11:57 -0700
commit529abb2fc0895b78c0f2763e4ce0413d889712c2 (patch)
treef66551511b14fc42e1510ddb9ddc8ab73fd1e005
parent911d0cbe8092d03dcb77fb7df03191691f5d0092 (diff)
Add a missing backtick
-rw-r--r--library/core/src/char/methods.rs2
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());