diff options
| author | bors <bors@rust-lang.org> | 2019-01-20 22:21:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-01-20 22:21:00 +0000 |
| commit | 1838bfe5a9ff951ffd716e4632156113d95d14a4 (patch) | |
| tree | dc8b8fbd968f16764a8e6f42f2fa16931712d7f4 | |
| parent | 5b64f6875e13529adf09a3447513711b8d71df34 (diff) | |
| parent | d17c3d99d08a1d27d7b8a09da6357a5fba0ea17a (diff) | |
| download | rust-1838bfe5a9ff951ffd716e4632156113d95d14a4.tar.gz rust-1838bfe5a9ff951ffd716e4632156113d95d14a4.zip | |
Auto merge of #3681 - rmcteggart-r7:master, r=matthiaskrgr
Fixing typo in CONTRIBUTING.md Noticed small typo in CONTRIBUTING readme when working on another issue
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df216a8fbc9..415fb7ab0d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ to lint-writing, though it does get into advanced stuff. Most lints consist of a of this. If you want to add a new lint or change existing ones apart from bugfixing, it's -also a good idea to give the [stability guaratees][rfc_stability] and +also a good idea to give the [stability guarantees][rfc_stability] and [lint categories][rfc_lint_cats] sections of the [Clippy 1.0 RFC][clippy_rfc] a quick read. |
