Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja committed Oct 12, 2023
1 parent b42c48d commit 6a8a102
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class LeaveCommand extends Command {
+ "1: Jan, 2: Feb, ..., 12: Dec.\n"
+ "Positive MONTHS add leaves on the specified months and negative MONTHS remove them.\n"
+ "Example: " + COMMAND_WORD + " 1 "
+ PREFIX_MONTH + "3,-4 to add leave in March and remove leave in April for the 1st employee in the list";
+ PREFIX_MONTH + "3,-4 to add leave in March and remove leave in April for the 1st employee in the list.";

public static final String MESSAGE_AMBIGUOUS = "Please check your MONTHS. Ambiguous leave(s) assignment\n";
public static final String MESSAGE_EMPTY = "MONTHS cannot be empty.\n";
Expand Down

0 comments on commit 6a8a102

Please sign in to comment.