Skip to content

Commit

Permalink
Merge branch 'pr-380'
Browse files Browse the repository at this point in the history
This closes #380 thanks to @oorijsonar
  • Loading branch information
kinow committed Nov 3, 2018
2 parents a668a47 + e1618fa commit c4d0dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ public EqualsBuilder append(final double lhs, final double rhs) {
}

/**
* <p>Test if two <code>float</code>s are equal byt testing that the
* <p>Test if two <code>float</code>s are equal by testing that the
* pattern of bits returned by doubleToLong are equal.</p>
*
* <p>This handles NaNs, Infinities, and <code>-0.0</code>.</p>
Expand Down

0 comments on commit c4d0dbc

Please sign in to comment.