forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from Cikguseven/bug-fixes
Fix UG spelling
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,7 @@ Before reading our User Guide, here are some quick tips: | |
|
||
* `add n/John Doe p/98765432 e/[email protected] s/A0245234A c/T11` : Adds a student named `John Doe` to **Class Manager 2023**. | ||
|
||
* `delete s/A0245234A` : Deletes the student with Student number A0245234A from **Class Manager 2023**, who was added in the previous step. | ||
* `delete s/A0245234A` : Deletes the student with Student Number A0245234A from **Class Manager 2023**, who was added in the previous step. | ||
|
||
* `exit` : Exits **Class Manager 2023** by closing the application window. | ||
|
||
|
@@ -189,7 +189,7 @@ Student Number refers to the unique matriculation number of a NUS student. **Cla | |
* Student Number must not be blank. | ||
* The last alphabetical character of Student Number is automatically converted to uppercase when stored in **Class Manager 2023**. | ||
* Student Number is not case-sensitive, e.g. Student Number `A123V` and `A123v` refer to the same student. | ||
* Here are some valid examples of Class Numbers: | ||
* Here are some valid examples of Student Numbers: | ||
- `A0123456X` | ||
- `A32g (Stored as A32G)` | ||
|
||
|