Skip to content

Commit 09343d6

Browse files
authored
Fix typo in building/bootstrapping.md (rust-lang#1175)
1 parent f2c4bba commit 09343d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Compiling `rustc` is done in stages:
3434
- **Stage 1:** the code in your clone (for new version) is then
3535
compiled with the stage0 compiler to produce the stage1 compiler.
3636
However, it was built with an older compiler (stage0), so to
37-
optimize the stage1 compiler we go to next the stage.
37+
optimize the stage1 compiler we go to the next stage.
3838
- In theory, the stage1 compiler is functionally identical to the
3939
stage2 compiler, but in practice there are subtle differences. In
4040
particular, the stage1 compiler itself was built by stage0 and

0 commit comments

Comments
 (0)