Skip to content

Commit

Permalink
Fix DG typo and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nananakx-x committed Nov 13, 2023
1 parent 614bbac commit cee37b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ The following activity diagram summarizes what happens when a user executes an a

While the profile page is opened, `MainWindow` classes checks the `CommandType` Enum value that is carried by the `CommandResult` object which is returned from executing a `Command`. Depending on the types of the commands, `MainWindow` assigns handler methods to handle the corresponding UI changes.

The sequence diagram give below illustrates the types of handlers `MainWindow` class deals with.
<div style="page-break-after: always;"></div>

The sequence diagram given below illustrates the types of handlers `MainWindow` class deals with.

![MainWindowCommandTypeSequenceDiagram.png](images/MainWindowCommandTypeSequenceDiagram.png)

Expand Down

0 comments on commit cee37b2

Please sign in to comment.