Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103T-T12-4#146 from ChenLeiyu/fix-DG-m…
Browse files Browse the repository at this point in the history
…inor-formatting

Fix DG minor format issue
  • Loading branch information
ChenLeiyu authored Oct 25, 2024
2 parents 1481028 + 29c0811 commit 5da2a0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ All successful commands done by the user is stored in a `CommandLog`.

When `undo` is executed, the latest command in `CommandLog` is retrieved and that command's `undo()` method is called.

</box>

The following sequence diagram shows how an undo operation goes through the `Logic` component:

<puml src="diagrams/UndoSequenceDiagramNew-Logic.puml" alt="UndoSequenceDiagramNew-Logic" />
Expand All @@ -178,7 +176,7 @@ The following sequence diagram shows how an undo operation goes through the `Log

**Note:** The lifeline for `UndoCommand` and `Command` should end at the destroy marker (X) but due to a limitation of PlantUML, the lifeline reaches the end of diagram.


</box>

### \[Proposed\] Undo/redo feature

Expand Down

0 comments on commit 5da2a0e

Please sign in to comment.