Skip to content

Commit cfebdea

Browse files
committedFeb 20, 2017
Auto merge of #39965 - ArtBears:master, r=steveklabnik
Fixed a typo in CONTRIBUTING.md Small change to the CONTRIBUTING.md file. r? @steveklabnik
2 parents 941d494 + 9a6a72b commit cfebdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Some common invocations of `x.py` are:
199199
This is the fastest way to recompile after you changed only rustc source code.
200200
Note however that the resulting rustc binary won't have a stdlib to link
201201
against by default. You can build libstd once with `x.py build src/libstd`,
202-
but it is is only guaranteed to work if recompiled, so if there are any issues
202+
but it is only guaranteed to work if recompiled, so if there are any issues
203203
recompile it.
204204
- `x.py test` - build the full compiler & run all tests (takes a while). This
205205
is what gets run by the continuous integration system against your pull

0 commit comments

Comments
 (0)
Please sign in to comment.