Skip to content

Commit 2a3977e

Browse files
committed
Fix diagram
1 parent e7a675c commit 2a3977e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DeveloperGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ This command is implemented through the `DeleteCommand` class which extend the `
227227

228228
The activity diagram below demonstrates this error handling process in more detail.
229229

230-
<img src="images/QueryPersonActivityDiagram.png" width="800" />
230+
<img src="images/DeletePersonActivityDiagram.png" width="800" />
231231

232232
* Step 4. The `parse` command in `deleteCommandParser` return an instance of `deleteCommand`.
233233
* Step 5. The `LogicManager` calls the `execute` method in `deleteCommand`.
@@ -314,7 +314,7 @@ This command is implemented through the `QueryDoctor` and `QueryPatient` classes
314314

315315
The activity diagram below demonstrates this error handling process in more detail.
316316

317-
<img src="images/DeletePersonActivityDiagram.png" width="800" />
317+
<img src="images/QueryPersonActivityDiagram.png" width="800" />
318318

319319
* Step 4. The `parse` command in `queryDoctorCommandParser` or `queryDoctorCommandParser` return an instance of `queryPatientCommand` or `queryPatientCommand` respectively.
320320
* Step 5. The `LogicManager` calls the `execute` method in `queryDoctorCommandParser` or `queryDoctorCommandParser`.

0 commit comments

Comments
 (0)