Skip to content

Commit

Permalink
Merge pull request #267 from belligerentbeagle/186-pe-dtester-b-small…
Browse files Browse the repository at this point in the history
…-typo-in-error-message-for-unmark

Fix typo in Unmark message
  • Loading branch information
wxiaoyun authored Apr 10, 2024
2 parents e6ee217 + b641a6e commit ef2ba85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class UnmarkAttendanceCommand extends Command {
public static final String MESSAGE_USAGE = generateMessageUsage(
COMMAND_WORD,
"Unmarks the attendance of the student identified by their NUSNet ID "
+ "by removing the specified week to their attendance set. ",
+ "by removing the specified week from their attendance set. ",
PARAMETER_NUSNET, PARAMETER_WEEK);

public static final String MESSAGE_UNMARKED_ATTENDANCE_SUCCESS = "Unmarked attendance for student: ";
Expand Down

0 comments on commit ef2ba85

Please sign in to comment.