diff options
| author | kennytm <kennytm@gmail.com> | 2018-12-29 18:50:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-29 18:50:26 +0800 |
| commit | 97e591ae0cfff5ef74d18b36529797b36dcddc46 (patch) | |
| tree | 679911ffa7fd943c8d1ff20f3f55b2b188475ba5 /src/libstd | |
| parent | 72b27a725406228fc8110f7511a21fe4887a775e (diff) | |
| parent | 93d8343b831bdb04a465648b7c9969fd68cfa669 (diff) | |
| download | rust-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.rs | 2 |
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 |
