mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Minor grammar fix.
This commit is contained in:
parent
6a39167b86
commit
7ae316c605
|
@ -8718,7 +8718,7 @@ Readability.
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
Flag empty statements that are not blocks and doesn't "contain" comments.
|
Flag empty statements that are not blocks and don't "contain" comments.
|
||||||
|
|
||||||
|
|
||||||
### <a name="Res-loop-counter"></a>ES.86: Avoid modifying loop control variables inside the body of raw for-loops
|
### <a name="Res-loop-counter"></a>ES.86: Avoid modifying loop control variables inside the body of raw for-loops
|
||||||
|
|
Loading…
Reference in New Issue
Block a user