Skip to content

Commit

Permalink
fix typo in javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jul 14, 2023
1 parent 47b07c5 commit 61f7460
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16357,7 +16357,7 @@ public static BitSet and(BitSet left, BitSet right) {
* between two bit sets.
*
* @param left a BitSet
* @param right another BitSet to bitwise AND
* @param right another BitSet to bitwise XOR
* @return the bitwise XOR of both BitSets
* @since 1.5.0
*/
Expand Down Expand Up @@ -16396,7 +16396,7 @@ public static Number bitwiseNegate(Number left) {
* between two bit sets.
*
* @param left a BitSet
* @param right another BitSet to bitwise AND
* @param right another BitSet to bitwise OR
* @return the bitwise OR of both BitSets
* @since 1.5.0
*/
Expand Down

0 comments on commit 61f7460

Please sign in to comment.