Skip to content

Commit e9fa764

Browse files
authored
Rollup merge of rust-lang#38073 - cardoe:fix-typo, r=frewsxcv
bootstrap/README: fix small typo
2 parents b7ae05e + ffcdc19 commit e9fa764

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 @@ The script accepts commands, flags, and filters to determine what to do:
3232
# build the whole compiler
3333
./x.py build
3434
35-
# build the stage1 compier
35+
# build the stage1 compiler
3636
./x.py build --stage 1
3737
3838
# build stage0 libstd

0 commit comments

Comments
 (0)