Skip to content

Commit

Permalink
Address #299
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrahmanAlRammah committed Nov 12, 2024
1 parent 5ddbea4 commit 6828d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Given below is a quick overview of main components and how they interact with ea
**Main components of the architecture**

**`Main`** (consisting of classes [`Main`](https://github.com/AY2425S1-CS2103-F10-2/tp/blob/master/src/main/java/seedu/address/Main.java) and [`MainApp`](https://github.com/AY2425S1-CS2103-F10-2/tp/blob/master/src/main/java/seedu/address/MainApp.java)) is in charge of the app launch and shut down.
* At app launch, it initializes the other components in the correct sequence, and connects them up with each other.
* At app launch, it initialises the other components in the correct sequence, and connects them up with each other.
* At shut down, it shuts down the other components and invokes cleanup methods where necessary.

The bulk of the app's work is done by the following four components:
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Examples:

### Sorting the person list : `sort`

Sorts the list of persons being viewed by name or date of last visit in ascending or descending order.
Sorts the list of persons being viewed by name (prefix: n) or date of last visit (prefix: d) in ascending or descending order.

Format: `sort PARAMETER_PREFIX/ORDER`

Expand Down

0 comments on commit 6828d68

Please sign in to comment.