diff options
| author | bors <bors@rust-lang.org> | 2017-02-20 10:58:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-02-20 10:58:36 +0000 |
| commit | cfebdeaaccee40e060708d6b60c4abbe9edf72bb (patch) | |
| tree | 31da65e99cd6a290e98959d92e480aac2124f06e | |
| parent | 941d494a6aaa3c4882f02afc1287008d145ce262 (diff) | |
| parent | 9a6a72b81837bed367de38297479ad554537d70c (diff) | |
| download | rust-cfebdeaaccee40e060708d6b60c4abbe9edf72bb.tar.gz rust-cfebdeaaccee40e060708d6b60c4abbe9edf72bb.zip | |
Auto merge of #39965 - ArtBears:master, r=steveklabnik
Fixed a typo in CONTRIBUTING.md Small change to the CONTRIBUTING.md file. r? @steveklabnik
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 429996126f9..e9d8c84f407 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |
