about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorCollins Abitekaniza <abtcolns@gmail.com>2018-10-20 01:19:52 +0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-10-19 21:37:01 -0500
commit829028c03a13cfcd25b3a457850f8fbf16ef2832 (patch)
tree1b90c50a3caa4fb06f3e809a8e31d2676f7895b1 /src/doc/rustc-dev-guide
parentc7a2bdaf9bde2039ca5d1597450ac472210fc058 (diff)
downloadrust-829028c03a13cfcd25b3a457850f8fbf16ef2832.tar.gz
rust-829028c03a13cfcd25b3a457850f8fbf16ef2832.zip
fix typo in build instructions
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/how-to-build-and-run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
index eb2f8a6634b..4315cd70861 100644
--- a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
@@ -230,7 +230,7 @@ LLVM version: 4.0
 
 ### Suggested workflows for faster builds of the compiler
 
-There are two workflows that are useful for faster builders of the
+There are two workflows that are useful for faster builds of the
 compiler.
 
 **Check, check, and check again.** The first workflow, which is useful