Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 9, 2025
1 parent d9656da commit 69f24e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void add(int index, Object element) {
}

/**
* Replaces the element at the index. Will throw and exception if the element is not what the key expects.
* Replaces the element at the index. Will throw an exception if the element is not what the key expects.
*
* @param index index of the element to replace
* @param element element to be stored at the specified position
Expand Down

0 comments on commit 69f24e7

Please sign in to comment.