From fca190300aaeae039f306c8922ef72d6f5cda895 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Tue, 14 Nov 2023 12:06:26 +0800 Subject: [PATCH] Fix UG bugs --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 1671bb3a66d..22ec58d256b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -420,12 +420,12 @@ matching the one input by user, **and is regardless of the currently displayed c - After performing the complete, the contact list displayed will be reset to display all contacts in the contact book.
:information_source: -Note that an appointment's date is considered to be a match with user's input `APPOINTMENT_DATE` if the **year, month and day are the same**. Time of the appointment does not matter in this command. +**Note that** an appointment's date is considered to be a match with user's input `APPOINTMENT_DATE` if the **year, month and day are the same**. Time of the appointment does not matter in this command.
Acceptable Values: Refer to [Argument Summary](#argument-summary). -
:information_source: +
:bulb: **Tip** To save time, you may find it useful to `complete` by `APPOINTMENT_DATE` once at the end of the day. This will clear all your completed appointments for the entire day.