about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-11-14 16:18:19 +0000
committerbors <bors@rust-lang.org>2017-11-14 16:18:19 +0000
commitdbeb5bf890211608bff5d28c3801c1a217a78d81 (patch)
tree8af03b854cd599a9fdba0c750f3f9988e4183a1e /src/liballoc
parent9cd994cdc192e09a4b1028e828d6c3343364f37f (diff)
parent66d0537ebe5441f740adb1c7f6b4eab5ee1801f1 (diff)
downloadrust-dbeb5bf890211608bff5d28c3801c1a217a78d81.tar.gz
rust-dbeb5bf890211608bff5d28c3801c1a217a78d81.zip
Auto merge of #45981 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 7 pull requests

- Successful merges: #45815, #45941, #45950, #45961, #45967, #45970, #45977
- Failed merges:
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/str.rs b/src/liballoc/str.rs
index a167b2e57c0..f68ee847eb3 100644
--- a/src/liballoc/str.rs
+++ b/src/liballoc/str.rs
@@ -2293,7 +2293,7 @@ impl str {
     ///
     /// - U+0021 ... U+002F `! " # $ % & ' ( ) * + , - . /`, or
     /// - U+003A ... U+0040 `: ; < = > ? @`, or
-    /// - U+005B ... U+0060 `[ \\ ] ^ _ \``, or
+    /// - U+005B ... U+0060 ``[ \ ] ^ _ ` ``, or
     /// - U+007B ... U+007E `{ | } ~`
     #[unstable(feature = "ascii_ctype", issue = "39658")]
     #[inline]