about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-06-26 17:16:26 +0000
committerbors <bors@rust-lang.org>2014-06-26 17:16:26 +0000
commitb20f968ed2a4808f98ffce52ce95398009565ece (patch)
treeb7252d63ce2bd8d9640574e30909915edb68f6ef /src/doc
parentfa63b8c8138ca826a6fee7673a170ab0615cb678 (diff)
parentc3c195bd48ef10849eb0f76aa5d383401e57014d (diff)
downloadrust-b20f968ed2a4808f98ffce52ce95398009565ece.tar.gz
rust-b20f968ed2a4808f98ffce52ce95398009565ece.zip
auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md
index a9814dccb3f..9dc5c66a08d 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