diff options
| author | Glyne J. Gittens <Jgit121@gmail.com> | 2017-02-19 17:30:50 -0500 |
|---|---|---|
| committer | Glyne J. Gittens <Jgit121@gmail.com> | 2017-02-19 17:30:50 -0500 |
| commit | b3f61ce538862e58d4d3cb02960fe6e9a8ccc4e4 (patch) | |
| tree | 93b4d7d6173b2fe3b28968dd95162dd66a28a1cc | |
| parent | dc0bb3f2839c13ab42feacd423f728fbfd2f2f7a (diff) | |
| download | rust-b3f61ce538862e58d4d3cb02960fe6e9a8ccc4e4.tar.gz rust-b3f61ce538862e58d4d3cb02960fe6e9a8ccc4e4.zip | |
Removed a typo from CONTRIBUTING.md
| -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 |
