diff options
| author | Collins Abitekaniza <abtcolns@gmail.com> | 2018-10-20 01:19:52 +0300 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-10-19 21:37:01 -0500 |
| commit | 829028c03a13cfcd25b3a457850f8fbf16ef2832 (patch) | |
| tree | 1b90c50a3caa4fb06f3e809a8e31d2676f7895b1 /src/doc/rustc-dev-guide | |
| parent | c7a2bdaf9bde2039ca5d1597450ac472210fc058 (diff) | |
| download | rust-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.md | 2 |
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 |
