From 5c3aeebb2f666a7b02395dfa49fdebb574326392 Mon Sep 17 00:00:00 2001 From: evedaktyl Date: Mon, 15 Apr 2024 23:34:40 +0800 Subject: [PATCH] Update find seq diagram in logic --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index a7bd9e8d079..e65597f03c8 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -129,7 +129,7 @@ Here's a (partial) class diagram of the `Logic` component: The sequence diagram below illustrates the interactions within the `Logic` component, taking `execute("find name Alex")` API call as an example. -![Interactions Inside the Logic Component for the `delete 1` Command](images/FindStarsLessThanSequenceDiagram.png) +![Interactions Inside the Logic Component for the `delete 1` Command](images/FindCommandSequenceDiagram.png) ```note The lifeline for `FindCommandParser` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline continues till the end of diagram.