about summary refs log tree commit diff
path: root/book/src/development/basics.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/development/basics.md')
-rw-r--r--book/src/development/basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/development/basics.md b/book/src/development/basics.md
index f4c109ff119..166b6aab9fb 100644
--- a/book/src/development/basics.md
+++ b/book/src/development/basics.md
@@ -107,7 +107,7 @@ More about [intellij] command usage and reasons.
 
 ## lintcheck
 
-`cargo lintcheck` will build and run clippy on a fixed set of crates and
+`cargo lintcheck` will build and run Clippy on a fixed set of crates and
 generate a log of the results.  You can `git diff` the updated log against its
 previous version and see what impact your lint made on a small set of crates.
 If you add a new lint, please audit the resulting warnings and make sure there