mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typo in C.3 example
This commit is contained in:
parent
c5b8efea4a
commit
2f066bb6a2
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user