diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f440203..38c7fa3 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -8718,7 +8718,7 @@ Readability. ##### 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. ### ES.86: Avoid modifying loop control variables inside the body of raw for-loops