Merge pull request #10 from tonymagro/master

Fix typo in C.3 example
This commit is contained in:
Andrew Pardoe 2015-09-18 11:57:09 -07:00
commit ee75a9cfcb

View File

@ -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