diff options
| author | rmcteggart-r7 <rmcteggart@rapid7.com> | 2019-01-20 21:25:36 +0000 |
|---|---|---|
| committer | rmcteggart-r7 <rmcteggart@rapid7.com> | 2019-01-20 21:25:36 +0000 |
| commit | d17c3d99d08a1d27d7b8a09da6357a5fba0ea17a (patch) | |
| tree | 95233291c00572e3b64ff832f2d0376b53f0b597 | |
| parent | e648adf0866a1cea7db6ce2d33ea86e442f25377 (diff) | |
| download | rust-d17c3d99d08a1d27d7b8a09da6357a5fba0ea17a.tar.gz rust-d17c3d99d08a1d27d7b8a09da6357a5fba0ea17a.zip | |
Fixing typo in CONTRIBUTING.md
| -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. |
