Skip to content

Commit

Permalink
HelpDirective.java: fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
w-yeehong committed Sep 17, 2020
1 parent 48546a1 commit c21c8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rogue/logic/directives/HelpDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public Report execute(Storage storage, TaskList tasks, Ui ui) {
builder.append("\n");

builder.append("1. help: lists all available actions and their options.\n");
builder.append("2. todo ![/d description_String]: adds a ToDo with a description\n");
builder.append("2. todo ![/d description_String]: adds a todo with a description\n");
builder.append("3. event ![/d description_String] ![/at date_dd-MM-yyyy]: adds an event"
+ " with a description and date.\n");
builder.append("4. deadline ![/d description_String] ![/by date_dd-MM-yyyy]: adds a deadline"
Expand Down

0 comments on commit c21c8ff

Please sign in to comment.