about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Elmers <peter.elmers@yahoo.com>2014-10-27 20:58:05 -0500
committerPeter Elmers <peter.elmers@yahoo.com>2014-10-27 20:58:05 -0500
commit7163d65e24b9ccdd596c0af8d07bcb52b972ea15 (patch)
treede1b1265cb8b4c35859ece3d3a56925aadd4ed6b
parentbd7138dd698dde29fb4d7fd34529a863b85d947e (diff)
downloadrust-7163d65e24b9ccdd596c0af8d07bcb52b972ea15.tar.gz
rust-7163d65e24b9ccdd596c0af8d07bcb52b972ea15.zip
Small grammar fix in rustdoc.md
Happened to be reading through
-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 f5fbad960a3..402687a812e 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.