Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyW00 committed Oct 6, 2023
1 parent b980079 commit 4f3cea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mudmud/tasklist/TaskList.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void setUnmarkAsDone(int index) {
/**
* Deletes a task with the given index in the list.
*
* @param input The selected index.
* @param index The selected index.
*/
public void deleteTask(int index) {
Task removedTask = tasks.remove(index);
Expand Down

0 comments on commit 4f3cea8

Please sign in to comment.