Merge pull request #10 from tonymagro/master

Fix typo in C.3 example
pull/12/head
Andrew Pardoe 10 years ago
commit ee75a9cfcb

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

Loading…
Cancel
Save