Skip to content

Commit

Permalink
update sort in userguide, alphanumeric order
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesnowx committed Mar 21, 2024
1 parent d5eb3b0 commit 1c5fa4e
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 @@ -158,7 +158,7 @@ Sorts the list of persons based on specified attribute.

Format: `sort [ATTRIBUTE]`

* By default, sorting is done in alphabetical order.
* By default, sorting is done in alphanumeric order.
* The order of character priority would be letters (A-Z), numbers (0-9), special characters (!@#$%^&*).
* The capitalisation of the letters do not affect their priority such that `Aaron` will have same priority as `aaron`.
* For attribute with exact same values, the tie-breaker is determined by their added order.
Expand Down

0 comments on commit 1c5fa4e

Please sign in to comment.