Skip to content

Commit

Permalink
Merge pull request #244 from AY2425S1-CS2113-W10-1/revert-243-branch-…
Browse files Browse the repository at this point in the history
…BugFix

Revert "Fix Bugs and Update UG"
  • Loading branch information
Alfred-Goh02 authored Nov 12, 2024
2 parents 4d08707 + 5ccff9c commit 4de16ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Examples of usages:
1. `display income spent`
2. `display income spent m/10/2024`

Expected Usage of Feature: <br>
Expected Usage of Feature:
![DisplayIncomeSpent_ExpectedOutputs.png](images/DisplayIncomeSpent_ExpectedOutputs.png)

### Miscellaneous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/YYYY'");
"Expected format: 'y/<year>'");
}

// Validate and parse the year
Expand Down

0 comments on commit 4de16ff

Please sign in to comment.