Rollup merge of #42028 - faso:patch-1, r=apasel422

Typo
This commit is contained in:
Mark Simulacrum 2017-05-16 08:18:36 -06:00 committed by GitHub
commit 9678ad2b0d

View File

@ -177,7 +177,7 @@ python x.py test src/test/rustdoc
python x.py build src/libcore --stage 0
```
You can explore the build system throught the various `--help` pages for each
You can explore the build system through the various `--help` pages for each
subcommand. For example to learn more about a command you can run:
```