Skip to content

Commit 7fb45e5

Browse files
Add missing closing paren (#705)
1 parent 8e126df commit 7fb45e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The result is that compiling `rustc` is done in stages:
9797
the symbol names used in the compiler source may not match the
9898
symbol names that would have been made by the stage1 compiler.
9999
This can be important when using dynamic linking (e.g., with
100-
derives. Sometimes this means that some tests don't work when run
100+
derives). Sometimes this means that some tests don't work when run
101101
with stage1.
102102
- **Stage 2:** we rebuild our stage1 compiler with itself to produce
103103
the stage2 compiler (i.e. it builds itself) to have all the _latest

0 commit comments

Comments
 (0)