mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ enclosed within two `U+0022` (double-quote) characters,
|
||||
with the exception of `U+0022` itself,
|
||||
which must be _escaped_ by a preceding `U+005C` character (`\`),
|
||||
or a _raw byte string literal_.
|
||||
It is equivalent to a `&'static [u8]` borrowed vectior unsigned 8-bit integers.
|
||||
It is equivalent to a `&'static [u8]` borrowed vector of unsigned 8-bit integers.
|
||||
|
||||
Some additional _escapes_ are available in either byte or non-raw byte string
|
||||
literals. An escape starts with a `U+005C` (`\`) and continues with one of
|
||||
|
||||
Reference in New Issue
Block a user