Skip to content

Commit

Permalink
auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jun 26, 2014
2 parents fa63b8c + c3c195b commit b20f968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rust.md
Expand Up @@ -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
Expand Down

0 comments on commit b20f968

Please sign in to comment.