Skip to content

Commit

Permalink
Fix code to match checkstyle requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Chua Zi Long committed Apr 6, 2024
1 parent 2d20eca commit d374ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Format: `edit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAG]…​`

<box type="info" seamless>

* Edits the person at the specified `INDEX`.
* The index refers to the index number shown in the displayed person list.
* Edits the person at the specified `INDEX`.
* The index refers to the index number shown in the displayed person list.
* The index **must be a positive integer**, such as 1, 2, 3, ...
* At least one of the optional fields must be provided. This means that either `NAME`, `PHONE`, `EMAIL`, `ADDRESS` or `TAG` needs to be provided.
* When editing tags, the existing tags of the person will be removed i.e., adding of tags is not cumulative.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"startDateTime" : "2024-03-14 10:00",
"endDateTime" : "2024-03-14 11:00"
} ]
}
}

0 comments on commit d374ef2

Please sign in to comment.