We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c4bba commit 09343d6Copy full SHA for 09343d6
src/building/bootstrapping.md
@@ -34,7 +34,7 @@ Compiling `rustc` is done in stages:
34
- **Stage 1:** the code in your clone (for new version) is then
35
compiled with the stage0 compiler to produce the stage1 compiler.
36
However, it was built with an older compiler (stage0), so to
37
- optimize the stage1 compiler we go to next the stage.
+ optimize the stage1 compiler we go to the next stage.
38
- In theory, the stage1 compiler is functionally identical to the
39
stage2 compiler, but in practice there are subtle differences. In
40
particular, the stage1 compiler itself was built by stage0 and
0 commit comments