]> git.lizzy.rs Git - rust.git/commitdiff
Add missing word
authorPhilipp Krones <hello@philkrones.com>
Wed, 28 Nov 2018 13:39:25 +0000 (14:39 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 13:39:25 +0000 (14:39 +0100)
Co-Authored-By: phansch <dev@phansch.net>
CONTRIBUTING.md

index cad6b93caf227d17cd71901a56ed132449425488..daaf1b37d09fcfca5cd5065efdbe45272e20306a 100644 (file)
@@ -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.