From 33c1e3c08c52eb32fa2eb80843fb42dddb9a1a06 Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Wed, 28 Nov 2018 14:39:25 +0100 Subject: [PATCH] Add missing word Co-Authored-By: phansch --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cad6b93caf2..daaf1b37d09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ to lint-writing, though it does get into advanced stuff. Most lints consist of a `LintPass` with one or more of its default methods overridden. See the existing lints for examples of this. -If want to add a new lint or change existing ones apart from bugfixing, it's +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 [lint categories][rfc_lint_cats] sections of the [Clippy 1.0 RFC][clippy_rfc] a quick read.