From cee37b2b0fc07a51710fa004c18224592220fef8 Mon Sep 17 00:00:00 2001 From: nananakx-x Date: Mon, 13 Nov 2023 23:42:21 +0800 Subject: [PATCH] Fix DG typo and formatting --- docs/DeveloperGuide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 222f1167cfe..2906befcbc0 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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. +
+ +The sequence diagram given below illustrates the types of handlers `MainWindow` class deals with. ![MainWindowCommandTypeSequenceDiagram.png](images/MainWindowCommandTypeSequenceDiagram.png)