diff options
| author | Doug Goldstein <cardoe@cardoe.com> | 2016-11-29 13:14:37 -0600 |
|---|---|---|
| committer | Doug Goldstein <cardoe@cardoe.com> | 2016-11-29 13:14:37 -0600 |
| commit | ffcdc191782bbb23b5a7669f4e4f7e3054893878 (patch) | |
| tree | 3dcd07659c6a28665866690c670808d2ea7a1e6e /src/bootstrap/README.md | |
| parent | f50dbd580f3d5d88a300da540db3c85164bfd0de (diff) | |
| download | rust-ffcdc191782bbb23b5a7669f4e4f7e3054893878.tar.gz rust-ffcdc191782bbb23b5a7669f4e4f7e3054893878.zip | |
bootstrap/README: fix small typo
Diffstat (limited to 'src/bootstrap/README.md')
| -rw-r--r-- | src/bootstrap/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index f73f41ffae2..24d716c1195 100644 --- a/src/bootstrap/README.md +++ b/src/bootstrap/README.md @@ -32,7 +32,7 @@ The script accepts commands, flags, and filters to determine what to do: # build the whole compiler ./x.py build - # build the stage1 compier + # build the stage1 compiler ./x.py build --stage 1 # build stage0 libstd |
