Skip to content

Commit

Permalink
Fix whitespaces in UG, DG
Browse files Browse the repository at this point in the history
  • Loading branch information
yyihaoc committed Nov 11, 2024
1 parent 934c92d commit 33f8316
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
| `*` | user | set privacy levels for each contact's information | protect sensitive details |
| `*` | user | see a profile picture for each contact | recall the person from the picture |



### Use cases

Expand Down
10 changes: 5 additions & 5 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ add n/NAME p/PHONE_NUMBER e/EMAIL t/TELEGRAM [r/ROLE]…​ [f/ or nf/ (NOT BOTH
| | `f/` | No | Represents the favouriting of a contact.<br/> This keyword should be included only if you intend for this contact to be a favourite contact. |
| | `nf/` | No | Represents the non-favouriting of a contact.<br> This keyword should be included to optionally indicate that the contact is not a favourite contact.<br> Contacts are not favourite by default. |
* Both `f/` and `nf/` cannot be present in the command at once.
* Both `f/` and `nf/` cannot be present in the command at once.
* Both `f/` and `nf/` can be absent in the command, in which the contact is not favourited by default.
<div markdown="span" class="alert alert-primary">:bulb: **Tip:**<br/>
Expand Down Expand Up @@ -273,9 +273,9 @@ delete INDEX
#### Parameters
| Parameter | Prefix | Compulsory? | Remarks |
|-----------|--------|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
| `INDEX` | | Yes | Deletes the person at the specified `INDEX`.<br/> It must be a positive unsigned integer and must not exceed the size of the displayed contact list. |
| Parameter | Prefix | Compulsory? | Remarks |
|-----------|--------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| `INDEX` | | Yes | Deletes the person at the specified `INDEX`.<br/> It must be a positive unsigned integer and must not exceed the size of the displayed contact list. |
* The index refers to the index number shown in the displayed person list. This can change having previously used commands such as `find` or `sort`.
Expand Down Expand Up @@ -332,7 +332,7 @@ mark t/TELEGRAM…​ d/DATE
* Mark attendance of contact with telegram `alexYeoh`, `berniceYu` first, then input command `mark t/alexYeoh t/berniceYu t/charlotte d/2024-11-07`.
![result of command `mark t/alexYeoh t/berniceYu t/charlotte d/2024-11-07` if Alex and Bernice's attendance is marked before.png](images/RepeatedMarkCommandResult.png)
![result of command `mark t/alexYeoh t/berniceYu t/charlotte d/2024-11-07` if Alex and Bernice's attendance is marked before.png](images/RepeatedMarkCommandResult.png)
* Mark attendance of a non-member contact `mark t/davidLi d/2024-11-07`.
Expand Down
8 changes: 1 addition & 7 deletions docs/diagrams/FindSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,4 @@ deactivate FindCommand

[<--LogicManager
deactivate LogicManager






@enduml
@enduml

0 comments on commit 33f8316

Please sign in to comment.