Skip to content

Commit 6172178

Browse files
committedJun 17, 2024
Auto merge of #12938 - elijah-potter:patch-1, r=flip1995
Fix minor typo changelog: none
2 parents 16efa56 + bcc7b0e commit 6172178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎book/src/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can configure lint levels on the command line by adding
3636
cargo clippy -- -Aclippy::style -Wclippy::double_neg -Dclippy::perf
3737
```
3838

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

4242
```

0 commit comments

Comments
 (0)