@@ -264,7 +264,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
264264### Use cases
265265For all use cases (unless specified otherwise):
266266- The ** System** is ` NUStorage `
267- - The ** Actor** is ` User `
267+ - The ** Actor** is ` User `
268268
269269
270270** Use case: Add an inventory item**
@@ -277,7 +277,7 @@ For all use cases (unless specified otherwise):
2772774 . NUStorage adds the item to the list
278278
279279 Use case ends.
280-
280+
281281** Use case: Remove an inventory item**
282282
283283** MSS**
@@ -330,7 +330,7 @@ For all use cases (unless specified otherwise):
330330 * 3a1. NUStorage shows an error message.
331331
332332 Use case resumes at step 2.
333-
333+
334334** Use case: List finance/inventory records**
335335
336336** MSS**
@@ -341,7 +341,7 @@ For all use cases (unless specified otherwise):
341341* 2a. The list is empty.
342342
343343 Use case ends.
344-
344+
345345** Use case: Save finance / inventory records**
346346
347347** MSS**
@@ -356,7 +356,7 @@ For all use cases (unless specified otherwise):
3563561 . User requests to exit NUStorage
3573572 . NUStorage saves both finance and inventory records and shows a goodbye message
3583583 . NUStorage terminates after 1.5 seconds
359-
359+
360360
361361
362362### Non-Functional Requirements
@@ -371,7 +371,7 @@ For all use cases (unless specified otherwise):
371371
372372* ** Mainstream OS** : Windows, Linux, Unix, OS-X
373373* ** Inventory** : An item that a user wishes to record. An inventory item can refer to any existing object
374- * ** Finances** : A record that allows a user to monitor his earnings and spending.
374+ * ** Finances** : A record that allows a user to monitor his earnings and spending.
375375
376376--------------------------------------------------------------------------------------------------------------------
377377
@@ -403,7 +403,7 @@ testers are expected to do more *exploratory* testing.
4034031 . Shutting Down
404404
405405 1 . If you would like to save your records prior to shutting down, remember to enter the ` save ` command
406-
406+
407407 1 . Close the app by simply clicking on the close button or enter the ` exit ` command.
408408
409409### Deleting a record
@@ -426,13 +426,13 @@ testers are expected to do more *exploratory* testing.
4264261 . Adding a financial/inventory record.
427427
428428 1 . Prerequisites: None
429-
429+
430430 1 . Test case: ` add_inventory i/MacBook n/10 ` <br >
431431 Expected: An inventory item 'MacBook' is added with the quantity of 10. Details of the added record shown in the status message.
432-
432+
433433 1 . Test case: ` add_finance op/in amt/1000 `
434434 Expected: A finance record of an increase by $1000.00 is added. Details of the added record shown in status message.
435-
435+
436436 1 . Other incorrect add commands to try: ` add ` , ` add_record ` , ` add_inventory i/MacBook ` <br >
437437 Expected: No record is added. Error details shown in the status message.
438438
0 commit comments