Skip to content

Commit bcc7b0e

Browse files
committed
Fix minor typo
1 parent 0dc265f commit bcc7b0e

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)