Skip to content

Commit

Permalink
Add Expected Output for Edit Expenses and Edit Savings
Browse files Browse the repository at this point in the history
  • Loading branch information
jasraa committed Apr 9, 2024
1 parent 9c4dbda commit 68d7ce3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ Example of usage:

`edit savings c/Salary i/2 a/180 d/Monthly Salary`

Expected Output:

`Saving edited successfully.`

### Edit Expenses: `edit expense`
Edit expenses that have been added previously.

Expand All @@ -126,6 +130,10 @@ Example of usage:

`edit expense c/Entertainment i/3 a/30 d/movie`

Expected Output:

`Expense edited successfully.`

### Reduce Savings: `reduce savings`

Reduces the amount saved in a particular category
Expand Down

0 comments on commit 68d7ce3

Please sign in to comment.