Skip to content

Commit

Permalink
Auto merge of #12938 - elijah-potter:patch-1, r=flip1995
Browse files Browse the repository at this point in the history
Fix minor typo

changelog: none
  • Loading branch information
bors committed Jun 17, 2024
2 parents 16efa56 + bcc7b0e commit 6172178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can configure lint levels on the command line by adding
cargo clippy -- -Aclippy::style -Wclippy::double_neg -Dclippy::perf
```

For [CI] all warnings can be elevated to errors which will inturn fail
For [CI] all warnings can be elevated to errors which will in turn fail
the build and cause Clippy to exit with a code other than `0`.

```
Expand Down

0 comments on commit 6172178

Please sign in to comment.