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.
- Loading branch information
1 parent
80a0c6d
commit 69a0d0b
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -522,7 +522,7 @@ Parameters: | |
|
||
| Parameter | About | Example | | ||
|------------------|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------| | ||
| `INDEX` | - The index of a fosterer displayed in the list obtained from a `list`/`find` command<br/> - Index must be a positive integer | `1`, `2`, `3` | | ||
| `INDEX` | - The index of a fosterer displayed in the list obtained from a `list`/`find` command<br/> - Index must be a positive integer | `1`, `2`, `3` | | ||
| `NAME` | Updated name of the fosterer | `Alice Tan`, `Harry Yeo` | | ||
| `PHONE_NUMBER` | Updated Phone number of the fosterer | `93456778`, `89067547` | | ||
| `EMAIL` | Updated email of the fosterer | `[email protected]`, `[email protected]` | | ||
|