Skip to content

Commit c2edc45

Browse files
committed
Update a few minor typo and format issues in user guide
1 parent d37080e commit c2edc45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UserGuide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Format: `add n/NAME p/PHONE_NUMBER g/GENDER m/MODULE... [t/TAG]…​`
106106

107107
<div markdown="span" class="alert alert-info"> :notebook: **Note:** Field Constraints
108108
- Names should only contain alphabets, hyphens, dots, commas, forward slash and spaces, and be between 1 and 100 characters long.
109-
- Although / is allowed in names, you should use it carefully, input like m/ g/ n/ will still be recognised as prefix and may lead to unexpected behaviour
109+
- Although / is allowed in names, you should use it carefully, input like m/ g/ n/ will still be recognised as prefix and may lead to unexpected behaviour.
110110
- Phone numbers should only contain numbers, and be exactly 8 digits long.
111111
- Gender should be either `male` or `female`.
112112
- Module should consist of alphanumeric characters and spaces only, and it should be between 1 and 30 characters long.
@@ -290,7 +290,7 @@ You can assign a grade to a module that a student is taking.
290290
- `m/MODULE`: The module code to which the grade is assigned. The module match is case-sensitive.
291291
- `s/GRADE`: The numerical grade (between 0 and 100) to assign to the module.
292292
- You can provide multiple `m/MODULE s/GRADE` pairs to assign grades to multiple modules in a single `grade` command.
293-
- The `m/MODULE s/GRADE` pairs need not to be in order, see examples for illustration.
293+
- The `m/MODULE s/GRADE` pairs need not to be in order, see examples for illustration.
294294
- The grade can be any whole number between 0 and 100, inclusive.
295295

296296
<div markdown="span" class="alert alert-info"> :notebook: **Important Note:**
@@ -307,7 +307,7 @@ You can hover over each individual module for a while to view the grades for tha
307307
- `grade 1 m/Physics s/85` : assigns a grade of 85 to Physics for the first student.
308308
- `grade 2 m/Chemistry s/90` : assigns a grade of 90 to Chemistry for the second student.
309309
- `grade 3 m/English s/80 m/Chinese s/85` assigns a grade of 80 to English and 85 to Chinese for the third student.
310-
- `grade 1 m/Math m/Chinese s/100 s/90` will grade the first person's math to 100 and his Chinese to 90.
310+
- `grade 1 m/Math m/Chinese s/100 s/90` will grade the first person's Math to 100 and his Chinese to 90.
311311

312312

313313
### Archiving data files `archive`

0 commit comments

Comments
 (0)