diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 32983fd..071ec8c 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -6632,7 +6632,7 @@ Flag uses of `final`. ##### Reason -That can cause confusion: An overrider do not inherit default arguments. +That can cause confusion: An overrider does not inherit default arguments. ##### Example, bad