Skip to content

Commit

Permalink
Add missing line break to use case
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 7, 2016
1 parent a6e8b4c commit 53b28e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ Priority | As a ... | I want to ... | So that I can...
#### Use case: Delete person

**MSS**

1. User requests to list persons
2. AddressBook shows a list of persons
3. User requests to delete a specific person in the list
4. AddressBook deletes the person
4. AddressBook deletes the person <br>
Use case ends.

**Extensions**
Expand Down

0 comments on commit 53b28e5

Please sign in to comment.