mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
docs: use present tense
avoid "will", detect "will" as a bad word in the CI Also line wrapped a bunch of paragraphs Closes #13001
This commit is contained in:
parent
f73cb3ebd2
commit
2097a095c9
45 changed files with 621 additions and 538 deletions
|
|
@ -19,7 +19,7 @@ particularly unusual rules in our set of rules.
|
|||
|
||||
We also work hard on writing code that are warning-free on all the major
|
||||
platforms and in general on as many platforms as possible. Code that obviously
|
||||
will cause warnings will not be accepted as-is.
|
||||
causes warnings is not accepted as-is.
|
||||
|
||||
## Naming
|
||||
|
||||
|
|
@ -218,7 +218,7 @@ int size = sizeof(int);
|
|||
|
||||
Some statements cannot be completed on a single line because the line would be
|
||||
too long, the statement too hard to read, or due to other style guidelines
|
||||
above. In such a case the statement will span multiple lines.
|
||||
above. In such a case the statement spans multiple lines.
|
||||
|
||||
If a continuation line is part of an expression or sub-expression then you
|
||||
should align on the appropriate column so that it is easy to tell what part of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue