Skip to content

Commit

Permalink
Realign images sort persons
Browse files Browse the repository at this point in the history
  • Loading branch information
H4mes committed Apr 15, 2024
1 parent b411e20 commit df9a871
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,18 +297,18 @@ Format: `sort n/`
Example:
* `sort n/` sorts all persons in PressPlanner in ascending order by the lexicographical (alphabetical) ordering of their names.

Before sorting:
(Aaron Tan and Barry Allen are recent additions to the template data and are currently at the end of the list)
* Before sorting:
* (Aaron Tan and Barry Allen are recent additions to the template data and are currently at the end of the list)

![before sorting people](images/beforeSortingPeople.png)
![before sorting people](images/beforeSortingPeople.png)

After sorting:
(Both Aaron Tan and Barry Allen moved up the list and are now in order with respect to ascending alphabetical ordering of their names)
* After sorting:
* (Both Aaron Tan and Barry Allen moved up the list and are now in order with respect to ascending alphabetical ordering of their names)

![after sorting people](images/afterSortingPeople.png)
![after sorting people](images/afterSortingPeople.png)

Success message shown:
`sorted all persons by name`
* Success message shown:
* `sorted all persons by name`


### [3.1.8. Clearing All Persons : `clear`](#31-managing-contacts)
Expand Down

0 comments on commit df9a871

Please sign in to comment.