Merge branch 'pr-380'

This closes #380 thanks to @oorijsonar
This commit is contained in:
Bruno P. Kinoshita 2018-11-03 13:50:48 +13:00
commit c4d0dbcb56
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ public class EqualsBuilder implements Builder<Boolean> {
}
/**
* <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>