From 04c7be0afa5e338e509498a21a998b93d0869fe0 Mon Sep 17 00:00:00 2001 From: blaukc Date: Sun, 14 Apr 2024 18:29:26 +0800 Subject: [PATCH] Add case-sensitivity information in UG for DAY parameter --- docs/UserGuide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 13015e966a2..d407c67eeda 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -231,7 +231,7 @@ Format: `add_timing i/INDEX m/MODULE_CODE d/DAY st/START_TIME et/END_TIME` * The `INDEX` refers to the index number shown in the displayed student list. The index must be a positive integer 1, 2, 3, ... * The `MODULE_CODE` refers to the module code of the module you intend to add -* The `DAY` refers to the day of the class, i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun +* The `DAY` refers to the day of the class, i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun (This is case-sensitive!) * The `START_TIME` refers to the start time of the class i.e. 0800, 1230, 1845, 2300 * The `END_TIME` refers to the end time of the class i.e. 0900, 1430, 2045, 2359 @@ -243,7 +243,7 @@ Format: `delete_timing i/INDEX m/MODULE_CODE d/DAY st/START_TIME et/END_TIME` * The `INDEX` refers to the index number shown in the displayed student list. The index must be a positive integer 1, 2, 3, ... * The `MODULE_CODE` refers to the module code of the module you intend to add -* The `DAY` refers to the day of the class, i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun +* The `DAY` refers to the day of the class, i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun (This is case-sensitive!) * The `START_TIME` refers to the start time of the class i.e. 0800, 1230, 1845, 2300 * The `END_TIME` refers to the end time of the class i.e. 0800, 1230, 1845, 2300 @@ -268,7 +268,7 @@ Finds students who are free at this given time period. Format: `find_free_time d/DAY st/START_TIME et/END_TIME` -* The `DAY` refers to the day of the class, i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun +* The `DAY` refers to the day of the class, i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun (This is case-sensitive!) * The `START_TIME` refers to the start time of the class i.e. 0800, 1230, 1845, 2300 * The `END_TIME` refers to the end time of the class i.e. 0900, 1430, 2045, 2359