about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-12-29 18:50:26 +0800
committerGitHub <noreply@github.com>2018-12-29 18:50:26 +0800
commit97e591ae0cfff5ef74d18b36529797b36dcddc46 (patch)
tree679911ffa7fd943c8d1ff20f3f55b2b188475ba5 /src/libstd
parent72b27a725406228fc8110f7511a21fe4887a775e (diff)
parent93d8343b831bdb04a465648b7c9969fd68cfa669 (diff)
downloadrust-97e591ae0cfff5ef74d18b36529797b36dcddc46.tar.gz
rust-97e591ae0cfff5ef74d18b36529797b36dcddc46.zip
Rollup merge of #57153 - estebank:doc, r=cramertj
Small: Fix span in char documentation
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs
index 27e720533b2..7755d9339e6 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -302,7 +302,7 @@ mod prim_never { }
 /// ```text
 /// error: character literal may only contain one codepoint: 'é'
 /// let c = 'é';
-///         ^^^^
+///         ^^^
 /// ```
 ///
 /// Another implication of the 4-byte fixed size of a `char` is that