From c3c195bd48ef10849eb0f76aa5d383401e57014d Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Thu, 26 Jun 2014 21:43:47 +0900 Subject: [PATCH] Fix a typo and a small syntactic error. Signed-off-by: OGINO Masanori --- src/doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rust.md b/src/doc/rust.md index e7b6941b622e..58ecccd70594 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -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