Skip to content

Commit

Permalink
Make piano piece plural in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
IzN432 committed Oct 14, 2024
1 parent f18178c commit adbc462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Format: `edit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [g/GRADE_LEVEL]`
Examples:
* `edit 1 n/Jane Doe p/91234567` Edits the name and phone number of the 1st person to be `Jane Doe` and `91234567` respectively.

### Assigning a piano piece to a student: `assign`
### Assigning piano pieces to a student: `assign`

Assigns a piano piece to a student in the student directory.
Assigns piano pieces to a student in the student directory.

Format: `assign INDEX pn/PIECE_NAME...`

* Assigns a piano piece to the student at the specified `INDEX`. The index refers to the index number shown in the displayed student list. The index **must be a positive integer** 1, 2, 3, …​
* Assigns piano pieces to the student at the specified `INDEX`. The index refers to the index number shown in the displayed student list. The index **must be a positive integer** 1, 2, 3, …​
* Existing values will remain unchanged

Examples:
Expand Down

0 comments on commit adbc462

Please sign in to comment.