Skip to content

Commit

Permalink
Auto merge of #39965 - ArtBears:master, r=steveklabnik
Browse files Browse the repository at this point in the history
Fixed a typo in CONTRIBUTING.md

Small change to the CONTRIBUTING.md file.

r? @steveklabnik
  • Loading branch information
bors committed Feb 20, 2017
2 parents 941d494 + 9a6a72b commit cfebdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Some common invocations of `x.py` are:
This is the fastest way to recompile after you changed only rustc source code.
Note however that the resulting rustc binary won't have a stdlib to link
against by default. You can build libstd once with `x.py build src/libstd`,
but it is is only guaranteed to work if recompiled, so if there are any issues
but it is only guaranteed to work if recompiled, so if there are any issues
recompile it.
- `x.py test` - build the full compiler & run all tests (takes a while). This
is what gets run by the continuous integration system against your pull
Expand Down

0 comments on commit cfebdea

Please sign in to comment.