Skip to content

Commit

Permalink
Merge pull request #203 from evedaktyl/master
Browse files Browse the repository at this point in the history
Update find seq diagram in logic
  • Loading branch information
evedaktyl authored Apr 15, 2024
2 parents 235a4a0 + 5c3aeeb commit a43f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a43f565

Please sign in to comment.