Skip to content

Commit

Permalink
Fix minor date error
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuanc committed Nov 13, 2023
1 parent 25eca11 commit 42e3b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ need to change according to your current directory. More information can be foun
- Test case: `unmark a`<br>
Expected: No task would be un-marked, an error will be shown.

- Other incorrect `un-mark` commands to try: `unmark \-2`, `unmark x` (Where x is positive integer which is greater than current task list size)<br>
- Other incorrect `unmark` commands to try: `unmark \-2`, `unmark x` (Where x is positive integer which is greater than current task list size)<br>
Expected: No task would be marked, an error message indicating that the index given is invalid.

### Delete a task
Expand Down

0 comments on commit 42e3b19

Please sign in to comment.