mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8285614: Fix typo in java.lang.Float
Reviewed-by: naoto, lancea, iris
This commit is contained in:
parent
3416bfa256
commit
d435d692b0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
|
|||
* The class {@code java.lang.Double} has a <a
|
||||
* href="Double.html#equivalenceRelation">discussion of equality,
|
||||
* equivalence, and comparison of floating-point values</a> that is
|
||||
* equality applicable to {@code float} values.
|
||||
* equally applicable to {@code float} values.
|
||||
*
|
||||
* @author Lee Boynton
|
||||
* @author Arthur van Hoff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue