Skip to content

Commit

Permalink
Update DeveloperGuide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson111 authored Nov 10, 2019
1 parent 32043ad commit d93b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The naive editing mechanism is facilitated by the `QuickEditCommand` from the `L
Given below is an example usage scenario and how the editing mechanism behaves at each step:

. The user calls the edit command with its relevant parameters. +
e.g. `e 1 Bukit Batok 12/02/29 14/02/29`
e.g. `e 1 Bishan 12/02/29 14/02/29`

. The `LogicManager` parses the user input using the `Parser`.
. The `Parser` calls `QuickEditParser` and returns an `QuickEditCommand` Object.
Expand Down

0 comments on commit d93b254

Please sign in to comment.