fix javadoc typo

This commit is contained in:
Uri 2018-11-02 16:48:04 -07:00
parent a668a47981
commit e1618fa232
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>