Skip to content

Commit

Permalink
NO-JIRA silly grammar mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Feb 26, 2025
1 parent b8dea03 commit 957830e
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 interface LinkedListIterator<E> extends Iterator<E>, AutoCloseable {

void repeat();

/** This method is doing exactly what {@link Iterator#remove()} would do, however it will return the removed element being removed. */
/** This method is doing exactly what {@link Iterator#remove()} would do, however it will return the element being removed. */
E removeLastElement();

@Override
Expand Down

0 comments on commit 957830e

Please sign in to comment.