diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index d693b6c..520f427 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3524,7 +3524,6 @@ but: int y; Month m; char d; // day - Date(int yy, Month mm, char dd); }; ##### Note