Skip to content

Commit 6da2ecd

Browse files
Update src/building/how-to-build-and-run.md
Co-authored-by: Tshepang Mbambo <hopsi@tuta.io>
1 parent e2ad700 commit 6da2ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ default).
277277
Once you have successfully built `rustc`, you will have created a bunch
278278
of files in your `build` directory. In order to actually run the
279279
resulting `rustc`, we recommend creating rustup toolchains. The first
280-
command listed below runs the stage1 compiler, which was built in the
281-
steps above, with the name `stage1`. The second command runs the stage2
282-
compiler using the stage1 compiler. This will be needed in the future
280+
command listed below creates the stage1 toolchain, which was built in the
281+
steps above, with the name `stage1`. The second command creates the stage2
282+
toolchain using the stage1 compiler. This will be needed in the future
283283
if running the entire test suite, but will not be built in this page.
284284
Building stage2 is done with the same `./x build` command as for stage1,
285285
specifying that the stage is 2 instead.

0 commit comments

Comments
 (0)