@@ -24,7 +24,7 @@ One event task must be associated with one date, that is the date this event occ
2424 Example of usage: 1.` event hang out with friends /at Cathay Cineplex 2021-03-04 `
2525
2626Expected outcome:
27- `Got it! I have added this task: \n\t [ E] [ X ] hang out with friends (at: Cathay Cineplex Mar 4 2021) \n Now you have __ number of tasks in the
27+ `Got it! I have added this task: \n\t [ E] [ X ] hang out with friends (at: Cathay Cineplex Mar 4 2021) \n Now you have 1 tasks in the
2828list.`
2929
3030
@@ -40,7 +40,7 @@ A deadline task must be associated with one date, that is the date by which the
4040CLI with the following format ` deadline (String description) /by (String containing date ` ). Similar to adding an event task from earlier,
4141the date must be in the format "yyyy-mm", and it must be present after that /by keyword. It can be at any position in the string so long as
4242it comes after /by. For multiple date clashes, ** see 'event' feature** for how it will be resolved, as it is similar. After entering the command,
43- a deadline task will be added to the list, and the chatbot will output a message to notify you if the command was succesful .
43+ a deadline task will be added to the list, and the chatbot will output a message to notify you if the command was successful .
4444
4545Example of usage:
4646
@@ -49,7 +49,7 @@ Example of usage:
4949Expected outcome:
5050
5151`Got it! I have added this task:
52- \n\t [ D] [ X ] I need to do my homework (by: Apr 5 2021 6pm) \n Now you have __ number of tasks in the
52+ \n\t [ D] [ X ] I need to do my homework (by: Apr 5 2021 6pm) \n Now you have 2 tasks in the
5353 list.`
5454
5555### Feature 3
@@ -68,7 +68,7 @@ Example of usage:
6868
6969Expected outcome:
7070
71- ` Got it! I have added this task: \n\t [T][X] read a good book \n Now you have __ number of tasks in the list. `
71+ ` Got it! I have added this task: \n\t [T][X] read a good book \n Now you have 3 tasks in the list. `
7272
7373### Feature 4
7474
@@ -110,6 +110,7 @@ Example of usage:
110110Expected outcome:
111111
112112the third numbered task should be deleted from the list and GUI displays the task that is deleted, within a confirmation message.
113+ Also the number of tasks left in the list is displayed.
113114
114115### Feature 6
115116
@@ -132,7 +133,7 @@ Expected outcome:
132133
133134The task at 3 will be marked as done. The next time the task is displayed, in the string
134135 representation, the task will be ticked instead of marked with a cross. For example the
135- following to do task is marked as done
136+ following to do task is marked as done.
136137
137138 ` [T][✓] Get out of the house `
138139
0 commit comments