Skip to content

Commit

Permalink
Fix use case end next line
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Apr 15, 2024
1 parent 2f6737c commit e879da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

**Extensions**
* 2a. User sees that the list is empty.
* 2a1. User stops as there is no client to delete.
* 2a1. User stops as there is no client to delete.<br>
Use case ends.
* 3a. ClientCare detects that the given command is invalid.
* 3a1. ClientCare shows an error message.
Expand Down Expand Up @@ -692,7 +692,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

**Extensions**
* 2a. User sees that the list is empty.
* 2a1. User stops as there is no client to add a note to.
* 2a1. User stops as there is no client to add a note to.<br>
Use case ends.
* 3a. ClientCare detects that the given command is invalid.
* 3a1. ClientCare shows an error message.
Expand Down Expand Up @@ -725,7 +725,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
**Use case: UC09 - Sort clients**

**MSS**
1. User requests to sort clients by `CRITERIA` and `ORDER`.
1. User requests to sort clients by `CRITERIA` and `ORDER`.
2. ClientCare sorts the clients by the specified criteria and order.
3. ClientCare shows a success message to the user.<br>
Use case ends.
Expand Down

0 comments on commit e879da6

Please sign in to comment.