diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 857199dc6..fb9afdb5b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -425,7 +425,7 @@ Examples of usages: 1. `display income spent` 2. `display income spent m/10/2024` -Expected Usage of Feature: +Expected Usage of Feature:
![DisplayIncomeSpent_ExpectedOutputs.png](images/DisplayIncomeSpent_ExpectedOutputs.png) ### Miscellaneous diff --git a/src/main/java/seedu/budgetbuddy/validators/expense/DisplayTotalExpensesValidator.java b/src/main/java/seedu/budgetbuddy/validators/expense/DisplayTotalExpensesValidator.java index dbc33215d..3a3849369 100644 --- a/src/main/java/seedu/budgetbuddy/validators/expense/DisplayTotalExpensesValidator.java +++ b/src/main/java/seedu/budgetbuddy/validators/expense/DisplayTotalExpensesValidator.java @@ -38,7 +38,7 @@ public static Command processCommand(String command) { } else { LOGGER.log(Level.WARNING, "Invalid Command: " + trimmedCommand); return new IncorrectCommand("Unknown command '" + trimmedCommand + "'. " + - "Expected format: 'y/'"); + "Expected format: 'y/YYYY'"); } // Validate and parse the year