]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
Auto merge of #3690 - mikerite:fix-3630-expect-fun-call, r=phansch
[rust.git] / CONTRIBUTING.md
index df216a8fbc953877d5b56399974c7be012b0b810..415fb7ab0d74566788500ceed6426a37922028eb 100644 (file)
@@ -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.