about summary refs log tree commit diff
path: root/book/src/development/basics.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-03 19:56:03 +0000
committerbors <bors@rust-lang.org>2024-06-03 19:56:03 +0000
commit5d568ad7bd59c225a1eaaf93c7d70ffecb4dbec1 (patch)
treebb78cb43db2db09cfd7e63b5533b6fd2ef9d157a /book/src/development/basics.md
parent4f3180adac9ff2da34c319fe17baa19e2580d09b (diff)
parent9173c58e68e49defe25aa09c1614400c0ab139ca (diff)
Auto merge of #12885 - lochetti:clippy_proper_noun, r=flip1995
Using Clippy as a proper noun when refering to the unique entity Clippy

I was reading some documentation (specially the book) and I notice some few usages of the word `clippy` when refering to the Project/Tool. As we already have in the majority of the documentation, in those cases, Clippy is a proper noun, and because of that should be used capitalized.

This is, for sure, not an exhaustive change: quite the opposity, it was just some cases that I could verify with not so much effort.

changelog: Docs: capitalizing the `clippy` word in some usages.
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