diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 33c39ae..052a198 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -6697,7 +6697,7 @@ Tricky. Requires semantic insight. ##### Reason -You can overload by defining two different lambdas with the same name. +You cannot overload by defining two different lambdas with the same name. ##### Example