diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-12-09 12:03:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-09 23:16:46 +0100 |
commit | e30b2064b7d3a11439230bf49a424779e7d837ad (patch) | |
tree | 85ce558ebe505b340bd3b39cd99abf4ee6ade37d /docs/CHECKSRC.md | |
parent | 5a3775fadf5d4f5ab1133d565c34e93a013791a2 (diff) | |
download | curl-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.md | 10 |
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 |