Skip to content

Commit

Permalink
Handled Error
Browse files Browse the repository at this point in the history
  • Loading branch information
remuslum committed Oct 4, 2023
1 parent 8beb95b commit 656a7cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@ Format: `birthday [m/MONTH]`
- If there is no birthday in the month provided or the birthday is past the current date in the same month, return **No upcoming birthdays**

Examples:
- `birthday` followed by `10` displays all employees who have their birthday in the month of October


- `birthday` followed by `10` displays all employees who have their birthday in the month of October.

### Saving the data

Expand Down Expand Up @@ -253,4 +251,4 @@ _Details coming soon ..._
| **Add Leave** | `add_leave INDEX m/MONTH` <br> e.g., `add_leave 1 m/3` |
| **Help** | `help` |
| **View Leave** | `view_leave INDEX m/Month d/DEPARTMENT` <br> e.g.,`view_leave m/10 d/IT` |
| **View Birthdays** | `birthday [m/MONTH]` <br> e.g., `birthday 10` |
| **View Birthdays** | `birthday [m/MONTH]` <br> e.g., `birthday 10` |
2 changes: 1 addition & 1 deletion docs/team/remuslum.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Given below are my contributions to the project.

- **Community**: to be added soon

- **Tools**: to be added soon
- **Tools**: to be added soon

0 comments on commit 656a7cc

Please sign in to comment.