We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09a5b1e + ff71569 commit 377417cCopy full SHA for 377417c
1 file changed
book/src/configuration.md
@@ -79,7 +79,7 @@ This also works with lint groups. For example, you can run Clippy with warnings
79
cargo clippy -- -W clippy::pedantic
80
```
81
82
-If you care only about a certain lints, you can allow all others and then explicitly warn on the lints you are
+If you care only about certain lints, you can allow all others and then explicitly warn on the lints you are
83
interested in:
84
85
```terminal
0 commit comments