Skip to content

Commit 425c704

Browse files
committed
use consistent terminology here. It might not be beta if we overrode the stage0 rustc.
1 parent ebe6c4c commit 425c704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ compiler. What actually happens when you invoke bootstrap is:
3232
checks (for example, verifying toolchains and paths), and then prepares to build the
3333
stage 1 compiler and libraries using the prebuilt stage 0 compiler.
3434
3. The stage 0 compiler and standard library, downloaded earlier, are used to build the
35-
stage 1 compiler, which links against the beta standard library. The newly built stage 1
35+
stage 1 compiler, which links against the stage 0 standard library. The newly built stage 1
3636
compiler is then used to build the stage 1 standard library. After that, the stage 1
3737
compiler is used once more to produce the stage 2 compiler, which links against the
3838
stage 1 standard library.

0 commit comments

Comments
 (0)