Skip to content

Commit

Permalink
Merge branch 'developer-guide' of https://github.com/AY1920S1-CS2103T…
Browse files Browse the repository at this point in the history
…-W12-3/main into developer-guide
  • Loading branch information
yewon0303 committed Nov 11, 2019
2 parents 2c45f50 + af491c6 commit 5aaa7fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -968,14 +968,17 @@ ride instead. Without going through the trouble of updating the same transaction

. Here, you can see the wrong update you just made.
+
.Transaction List Containing Erroneous Transaction
image::undo1.png[]
+
. Simply type *undo* in the command box and press kbd:[Enter].
+
.User Input for Undo Command
image::undo2.png[]
+
. As you wish, your command has been undone.
+
.Erroneous Transaction Has Been Undone
image::undo3.png[]
// end::undo[]

Expand All @@ -1001,14 +1004,17 @@ You can simply perform the `redo` command to revert the changes. Just follow the

. Here, you can see the extra undo you just made and the GrabTaxi ride is back at $800.
+
.Transaction List Containing Erroneous Transaction
image::redo1.png[]
+
. Simply type *redo* in the command box and press kbd:[Enter].
+
.User Input for Redo Command
image::redo2.png[]
+
. Great! Your transaction is back to normal.
+
.Success Message for Redo Command
image::redo3.png[]

// end::redo[]
Expand Down

0 comments on commit 5aaa7fc

Please sign in to comment.