about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
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