From 689839e102653b195a3c0415b45c46c745cfe85a Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sat, 9 Dec 2023 19:48:03 -0500 Subject: [PATCH] fixing the typo in rubric --- hws/10_instagram_notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/10_instagram_notifications/README.md b/hws/10_instagram_notifications/README.md index 5696391..fa2d6f8 100644 --- a/hws/10_instagram_notifications/README.md +++ b/hws/10_instagram_notifications/README.md @@ -326,7 +326,7 @@ You can test (but not view) the instructor's code here: [instructor code](http:/ - Does not define the Notification base class. (-6) - Does not define any of the five derived Notification classes. (-6) - One of the five derived Notification classes is missing. (-1) - - Two of the five derived Notification classes are missing. (-1) + - Two of the five derived Notification classes are missing. (-2) - Three or more of the five derived Notification classes are missing. (-6) - Member variables are public. (-2) - Exceptions (2 pts)