about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJade McGough <jade@thezets.com>2020-05-16 18:19:52 -0700
committerGitHub <noreply@github.com>2020-05-16 21:19:52 -0400
commit73eef7e7b1761dcdf82b03d0a2442c6fc0dbc9a0 (patch)
treebdab6ddd31a9d124e93b92c58a1eb1cb395d019d /src/doc/rustc-dev-guide
parentadb56d92f63ce527d74ed12d98c14729c6b5767e (diff)
downloadrust-73eef7e7b1761dcdf82b03d0a2442c6fc0dbc9a0.tar.gz
rust-73eef7e7b1761dcdf82b03d0a2442c6fc0dbc9a0.zip
Add missing closing paren (#705)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
index 5171e5f31fd..16d3e14623f 100644
--- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
@@ -97,7 +97,7 @@ The result is that compiling `rustc` is done in stages:
     the symbol names used in the compiler source may not match the
     symbol names that would have been made by the stage1 compiler.
     This can be important when using dynamic linking (e.g., with
-    derives. Sometimes this means that some tests don't work when run
+    derives). Sometimes this means that some tests don't work when run
     with stage1.
 - **Stage 2:** we rebuild our stage1 compiler with itself to produce
   the stage2 compiler (i.e. it builds itself) to have all the _latest