diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index bfd0cf8..6adce97 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -5512,7 +5512,7 @@ comparisons, `swap`, and `hash`. ##### Reason -The compiler is more likely to get the default semantics right and you cannot implement these function better than the compiler. +The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler. ##### Example