summaryrefslogtreecommitdiff
path: root/docs/CHECKSRC.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-09 12:03:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-09 23:16:46 +0100
commite30b2064b7d3a11439230bf49a424779e7d837ad (patch)
tree85ce558ebe505b340bd3b39cd99abf4ee6ade37d /docs/CHECKSRC.md
parent5a3775fadf5d4f5ab1133d565c34e93a013791a2 (diff)
downloadcurl-e30b2064b7d3a11439230bf49a424779e7d837ad.tar.gz
docs: fix proselint nits
- remove a lot of exclamation marks - use consistent spaces (1, not 2) - use better words at some places Closes #8123
Diffstat (limited to 'docs/CHECKSRC.md')
-rw-r--r--docs/CHECKSRC.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/CHECKSRC.md b/docs/CHECKSRC.md
index ccf646dde..a9b69f9bf 100644
--- a/docs/CHECKSRC.md
+++ b/docs/CHECKSRC.md
@@ -18,11 +18,11 @@ when, for example, one of the files is generated.
## What does checksrc warn for?
-checksrc does not check and verify the code against the entire style guide,
-but the script is instead an effort to detect the most common mistakes and
-syntax mistakes that contributors make before they get accustomed to our code
-style. Heck, many of us regulars do the mistakes too and this script helps us
-keep the code in shape.
+checksrc does not check and verify the code against the entire style guide.
+The script is an effort to detect the most common mistakes and syntax mistakes
+that contributors make before they get accustomed to our code style. Heck,
+many of us regulars do the mistakes too and this script helps us keep the code
+in shape.
checksrc.pl -h