mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Minor grammar fix.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user