Skip to content

Commit

Permalink
Fix a typo and a small syntactic error.
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed Jun 26, 2014
1 parent 5971193 commit c3c195b
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

5 comments on commit c3c195b

@bors
Copy link
Contributor

@bors bors commented on c3c195b Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on c3c195b Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging omasanori/rust/doc-fix = c3c195b into auto

@bors
Copy link
Contributor

@bors bors commented on c3c195b Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omasanori/rust/doc-fix = c3c195b merged ok, testing candidate = b20f968

@bors
Copy link
Contributor

@bors bors commented on c3c195b Jun 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = b20f968

Please sign in to comment.