From bff529533a28e7cb457064cb98b2ca7504270f5c Mon Sep 17 00:00:00 2001 From: saiutkarsh33 <122259179+saiutkarsh33@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:13:18 +0800 Subject: [PATCH] Edit PR nits --- docs/UserGuide.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 972aae2f7a0..16e0cc5492a 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -182,10 +182,9 @@ The quick reference is meant for **fast and reliable** lookup of commands and th Sets the course code in question. -Format: `setcrs COURSE_code` +Format: `setcrs COURSE_CODE` -Duplicate course are not allowed. -Courses are case-insensitive. +Course codes are case-insensitive. Course code should follow the format "XX1234Y", Y is optional. --- @@ -200,7 +199,7 @@ Format: `addstu n/NAME nn/NUSNET [p/PHONE] [e/EMAIL] [m/MAJOR] [t/TAG]…​` * Add a student with the given details. * The name and nusnet id must be provided. And nusnet id must be unique. * All the remaining fields are optional. If not provided, a placeholder value will be used. -* Name cannot be empty or spaces only, contain only alphabets and cannot have double spaces +* Name cannot be empty or spaces only, contain only alphabets and cannot have double spaces.