about summary refs log tree commit diff
path: root/book/src/usage.md
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-06-27 18:37:16 +0200
committerPhilipp Krones <hello@philkrones.com>2024-06-27 18:49:59 +0200
commite9e7a815a78c0697c409fdcfeeaf0d20444f1733 (patch)
tree40e594457a09345bdb6e6f52ec5093372448d745 /book/src/usage.md
parentf90d702e66645bad4308acd073ae88ca405984bf (diff)
parentaaaa9264dcd7d4054aa7c1b955ed1c8510924cae (diff)
Merge remote-tracking branch 'upstream/master' into rustup
Diffstat (limited to 'book/src/usage.md')
-rw-r--r--book/src/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/usage.md b/book/src/usage.md
index 36448e4cccf..7a0be6994fe 100644
--- a/book/src/usage.md
+++ b/book/src/usage.md
@@ -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`.
 
 ```