File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/main/java/seedu/connectus/model/util Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -681,9 +681,10 @@ You'll need to download the desktop application for <a href="https://www.whatsap
681681
682682Format: ` upcoming-b `
683683
684- > Lists all contacts who have upcoming birthdays within the next 60 days.
684+ > Shows all contacts who have upcoming birthdays within the next 60 days.
685685
686- Never forget a birthday again! With ` upcoming-b ` , you can check which of your friends has birthdays in the next 60 days (approx. 2 months).
686+ Never forget a birthday again! With ` upcoming-b ` , you can check which of your friends have their
687+ birthdays in the next 60 days (approx. 2 months).
687688
688689** Upcoming Birthday Example:**
689690
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public static Person[] getSamplePersons() {
8383 p5 .
setEmail (
new Email (
"[email protected] " ));
8484 p5 .setSocialMedia (new SocialMedia (null ,
8585 Telegram .of ("irfanibrahim" ), null ));
86- p5 .setBirthday (new Birthday ("29/02 /2004" ));
86+ p5 .setBirthday (new Birthday ("29/04 /2004" ));
8787 p5 .setRemarks (getRemarkSet ("classmates" ));
8888 p5 .setModules (getModuleSet ("CS1101S" ));
8989 p5 .setCcas (getCcaSet ("Art Club" ));
@@ -93,7 +93,7 @@ public static Person[] getSamplePersons() {
9393 p6 .
setEmail (
new Email (
"[email protected] " ));
9494 p6 .setSocialMedia (new SocialMedia (Instagram .of ("roy.balakrishnan" ),
9595 Telegram .of ("roybalakrishnan" ), null ));
96- p6 .setBirthday (new Birthday ("24/09 /2004" ));
96+ p6 .setBirthday (new Birthday ("04/05 /2004" ));
9797 p6 .setRemarks (getRemarkSet ("classmates" ));
9898 p6 .setModules (getModuleSet ("CS1101S" ));
9999 p6 .setCcas (getCcaSet ("NUS Chess Club" ));
You can’t perform that action at this time.
0 commit comments