mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:53:33 +03:00
docs: address proselint nits
- avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
This commit is contained in:
parent
0d380a853f
commit
76d6e719d9
70 changed files with 221 additions and 223 deletions
|
|
@ -173,7 +173,7 @@ else if(b) return FALSE;
|
|||
|
||||
## Space around operators
|
||||
|
||||
Please use spaces on both sides of operators in C expressions. Postfix **(),
|
||||
Please use spaces on both sides of operators in C expressions. Postfix **(),
|
||||
[], ->, ., ++, --** and Unary **+, -, !, ~, &** operators excluded they should
|
||||
have no space.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue