Skip to content

Commit

Permalink
Modify minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulim committed Apr 13, 2024
1 parent 67af5e4 commit f8d155c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,13 +492,13 @@ Meeting Data Fields | Valid Values
Only `module`, `availabilities` and meeting `date` has additional constraints for their data values.

* The values of `module` must be in capital letters.
* :white_check_mark: `CS2103T`
* :heavy_check_mark: `CS2103T`
* :x: `cs2103t`
* The day in `availabilities` must be in their full spelling and in capital letters.
* :white_check_mark: `MONDAY`
* :x: `MON`
* The value of `favourite` data field is case-sensitive.
* :white_check_mark: `Not favourite`
* :ballot_box_with_check: `Not favourite`
* :x: `not favourite`
* :x: `not FAVOURITE`

Expand Down

0 comments on commit f8d155c

Please sign in to comment.