about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-31 00:22:19 +0000
committerbors <bors@rust-lang.org>2014-10-31 00:22:19 +0000
commita12d06b73fcb38cf23dfe71da725428a1094395f (patch)
tree7ccbaccf62ab4c78f10353ae0b30bee575f10ac5
parentfd53657484d78d0b7c00ce3264d99c051cf07d26 (diff)
parent7163d65e24b9ccdd596c0af8d07bcb52b972ea15 (diff)
downloadrust-a12d06b73fcb38cf23dfe71da725428a1094395f.tar.gz
rust-a12d06b73fcb38cf23dfe71da725428a1094395f.zip
auto merge of #18381 : pelmers/rust/patch-1, r=alexcrichton
Happened to be reading through the doc.
-rw-r--r--src/doc/rustdoc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc.md b/src/doc/rustdoc.md
index 4b995631467..05475c605ea 100644
--- a/src/doc/rustdoc.md
+++ b/src/doc/rustdoc.md
@@ -221,7 +221,7 @@ testing this code, the `fib` function will be included (so it can compile).
 
 Running tests often requires some special configuration to filter tests, find
 libraries, or try running ignored examples. The testing framework that rustdoc
-uses is build on crate `test`, which is also used when you compile crates with
+uses is built on crate `test`, which is also used when you compile crates with
 rustc's `--test` flag. Extra arguments can be passed to rustdoc's test harness
 with the `--test-args` flag.