Skip to content

Commit 1deeefd

Browse files
committed
Merge branch 'branch-update-UG' of https://github.com/gremmyz/tp into branch-update-UG
2 parents 8f5279d + e2443f2 commit 1deeefd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/UserGuide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,10 @@ You'll need to download the desktop application for <a href="https://www.whatsap
681681

682682
Format: `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

src/main/java/seedu/connectus/model/util/SampleDataUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)