Skip to content

Commit

Permalink
DG: Tweak the explanation of the proposed undo/redo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Jul 31, 2021
1 parent 5fba3c5 commit e1445f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ Step 6. The user executes `clear`, which calls `Model#commitAddressBook()`. Sinc

The following activity diagram summarizes what happens when a user executes a new command:

![CommitActivityDiagram](images/CommitActivityDiagram.png)
<img src="images/CommitActivityDiagram.png" width="250" />

#### Design consideration:
#### Design considerations:

##### Aspect: How undo & redo executes
**Aspect: How undo & redo executes:**

* **Alternative 1 (current choice):** Saves the entire address book.
* Pros: Easy to implement.
Expand Down

0 comments on commit e1445f3

Please sign in to comment.