diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index e0080de..0b2cd1d 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -2704,7 +2704,7 @@ but class Date { // ... some representation ... - pulic: + public: Date(); Date(int yy, Month mm, char dd); // validate that {yy,mm,dd} is a valid date and initialize