Skip to content

Commit

Permalink
Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
keithxun committed Nov 12, 2024
1 parent 2fb5598 commit a4b4caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/diagrams/DeleteSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skinparam ArrowFontStyle plain

box Logic LOGIC_COLOR_T1
participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":Parser" as Parser LOGIC_COLOR
participant ":HallPointerParser" as Parser LOGIC_COLOR
participant ":DeleteMemberCommandParser" as DeleteMemberCommandParser LOGIC_COLOR
participant "dmc:DeleteMemberCommand" as DeleteMemberCommand LOGIC_COLOR
participant "result:CommandResult" as CommandResult LOGIC_COLOR
Expand Down

0 comments on commit a4b4caa

Please sign in to comment.