Skip to content

Commit

Permalink
Make Jar file available on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxinnns committed Sep 20, 2024
1 parent 1872af5 commit ed25c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/reo/tasks/Deadline.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public Deadline(String name, boolean isDone, String deadline) {
}

/**
* Converts a string (in a specified format) to a date object.
* Converts a String (in a specified format) to a date object.
*
* @param dateString The string representation of the date.
* @return The date representation of the given string.
Expand Down

0 comments on commit ed25c17

Please sign in to comment.