diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 71fdbf343a6..3aae7da3b48 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -203,11 +203,11 @@ Step 1. The user launches the application for the first time. The `VersionedAddr Step 2. The user executes `delete EID1234-5678` command to delete an employee in the address book. The `delete` command calls `Model#commitAddressBook()`, causing the modified state of the address book after the `delete EID1234-5678` command executes to be saved in the `addressBookStateList`, and the `currentStatePointer` is shifted to the newly inserted address book state. - + Step 3. The user executes `add n/David …` to add a new employee. The `add` command also calls `Model#commitAddressBook()`, causing another modified address book state to be saved into the `addressBookStateList`. - +