From a13f3fb07d7a95cbbdb90de5daf866c18d318298 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Sun, 25 Jul 2021 17:15:52 -0500 Subject: [PATCH] Fix typo in building/bootstrapping.md --- src/building/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index 61537dbf8..876c565ab 100644 --- a/src/building/bootstrapping.md +++ b/src/building/bootstrapping.md @@ -34,7 +34,7 @@ Compiling `rustc` is done in stages: - **Stage 1:** the code in your clone (for new version) is then compiled with the stage0 compiler to produce the stage1 compiler. However, it was built with an older compiler (stage0), so to - optimize the stage1 compiler we go to next the stage. + optimize the stage1 compiler we go to the next stage. - In theory, the stage1 compiler is functionally identical to the stage2 compiler, but in practice there are subtle differences. In particular, the stage1 compiler itself was built by stage0 and