]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #39965 - ArtBears:master, r=steveklabnik
authorbors <bors@rust-lang.org>
Mon, 20 Feb 2017 10:58:36 +0000 (10:58 +0000)
committerbors <bors@rust-lang.org>
Mon, 20 Feb 2017 10:58:36 +0000 (10:58 +0000)
Fixed a typo in CONTRIBUTING.md

Small change to the CONTRIBUTING.md file.

r? @steveklabnik

CONTRIBUTING.md

index 429996126f92b6dd7d13fcfd1b0ce5d224842e98..e9d8c84f4071505ccb75071d3dcfdf9f5962b543 100644 (file)
@@ -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