Skip to content

Commit

Permalink
Merge pull request #410 from syoon2/javadoc-grammar
Browse files Browse the repository at this point in the history
Fix grammatical error in Javadoc
  • Loading branch information
sebbASF committed Aug 1, 2023
2 parents bd06a52 + 450f9c7 commit 14215e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* <p>
* This implementation does not forward the hashCode and equals methods through
* to the backing object, but relies on Object's implementation. This is
* necessary as some Queue implementations, e.g. LinkedList, have custom a
* necessary as some Queue implementations, e.g. LinkedList, have a custom
* equals implementation for which symmetry can not be preserved.
* See class javadoc of AbstractCollectionDecorator for more information.
* </p>
Expand Down

0 comments on commit 14215e5

Please sign in to comment.