Skip to content

Commit

Permalink
docs: Change person list to contact list
Browse files Browse the repository at this point in the history
  • Loading branch information
HugeNoob committed Nov 13, 2023
1 parent ec89a17 commit de861a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ ep

| Fields | Prefix | Required | Remarks |
|--------|--------|:--------:|---------|
| `INDEX` | No prefix | <img width=30px src='assets/svg/ug/required.svg'> | The person at this index in the displayed person list is edited. The index must be a positive integer (i.e. 1, 2, 3, … , 2147483647). |
| `INDEX` | No prefix | <img width=30px src='assets/svg/ug/required.svg'> | The person at this index in the displayed contact list is edited. The index must be a positive integer (i.e. 1, 2, 3, … , 2147483647). |
| `NAME` | `n/` | <img width=33px src='assets/svg/ug/not_required.svg'> | Full name of the person. The name should only contain alphanumeric characters and spaces.|
| `PHONE_NUMBER` | `p/` | <img width=33px src='assets/svg/ug/not_required.svg'> | Phone number of the person. The number should only contain numbers, and it should be at least 3 digits long.|
| `EMAIL` | `e/` | <img width=33px src='assets/svg/ug/not_required.svg'> | Email of the person. The email should match this format: `<local>@<domain>.<label>`. <br>The `<local>` part should only contain alphanumberic characters and these special characters: `+_.-`. <br>The `<domain>` and `<label>` parts should contain only alphanumberic characters.|
Expand Down

0 comments on commit de861a8

Please sign in to comment.