Skip to content

Commit d3a82bf

Browse files
authored
Fix typos in book (#16993)
changelog: none Fixes #16992
2 parents c4b8c6d + 9413ccd commit d3a82bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/src/lints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The different lint groups were defined in the [Clippy 1.0 RFC].
1414

1515
## Correctness
1616

17-
The `clippy::correctness` group is the only lint group in Clippy which lints are
17+
The `clippy::correctness` group is the only lint group in Clippy whose lints are
1818
deny-by-default and abort the compilation when triggered. This is for good
19-
reason: If you see a `correctness` lint, it means that your code is outright
19+
reason: if you see a `correctness` lint, it means that your code is outright
2020
wrong or useless, and you should try to fix it.
2121

2222
Lints in this category are carefully picked and should be free of false

0 commit comments

Comments
 (0)