mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix typo in C.3 example
This commit is contained in:
@@ -2704,7 +2704,7 @@ but
|
|||||||
|
|
||||||
class Date {
|
class Date {
|
||||||
// ... some representation ...
|
// ... some representation ...
|
||||||
pulic:
|
public:
|
||||||
Date();
|
Date();
|
||||||
Date(int yy, Month mm, char dd); // validate that {yy,mm,dd} is a valid date and initialize
|
Date(int yy, Month mm, char dd); // validate that {yy,mm,dd} is a valid date and initialize
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user