From 21e66ca6b8aa1279690a4e5b4cd5bd890d21f668 Mon Sep 17 00:00:00 2001 From: whitesnowx Date: Sat, 13 Apr 2024 17:04:38 +0800 Subject: [PATCH] respecify case sensitivity --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 3dc2380412b..7b6abb56475 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -133,7 +133,7 @@ Adds a person to the contacts. Format: `add n/NAME p/PHONE_NUMBER e/EMAIL m/MODULE f/FACULTY v/VENUE [t/TAG]…​ [a/AVAILABILITY]…​` -* `NAME` has to be unique among contacts. +* `NAME` is case-sensitive and has to be unique among contacts. * `PHONE_NUMBER`, `EMAIL`, `MODULE`, `FACULTY`, `VENUE` do not need to be unique and can be duplicated among contacts. * `TAG` and `AVAILABILITY` has to be unique within a single contact but can be duplicated among contacts. @@ -176,7 +176,7 @@ Format: `edit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [m/MODULE] [f/FACULTY] [v/VENUE * You can remove all the person’s tags by typing `t/` without specifying any tags after it. * When editing availabilities, the existing availabilities of the person will be removed i.e adding of availabilities is not cumulative. * You can remove all the person’s availabilities by typing `a/` without specifying any availabilities after it. -* `NAME` has to be unique among contacts. +* `NAME` is case-sensitive and has to be unique among contacts. * `PHONE_NUMBER`, `EMAIL`, `MODULE`, `FACULTY`, `VENUE` do not need to be unique and can be duplicated among contacts. * `TAG` and `AVAILABILITY` has to be unique within a single contact but can be duplicated among contacts.