about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2018-12-27 11:36:05 -0800
committerEsteban Küber <esteban@kuber.com.ar>2018-12-27 11:36:05 -0800
commit93d8343b831bdb04a465648b7c9969fd68cfa669 (patch)
tree6daf9e4f71cbd87b1d623a655c542c7fed1b4c42
parentf2b92174e3c25e54156efcbdc105a48d50afb6be (diff)
downloadrust-93d8343b831bdb04a465648b7c9969fd68cfa669.tar.gz
rust-93d8343b831bdb04a465648b7c9969fd68cfa669.zip
Fix span in char documentation
-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