8320940: Fix typo in java.lang.Double

Reviewed-by: rriggs, iris, shade, lancea, bpb
This commit is contained in:
Joe Darcy 2023-11-29 17:23:14 +00:00
parent 43c7f6a673
commit d783aa31a9

@ -234,7 +234,7 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
* equivalent of 15 to 17 digits of decimal precision. (The
* equivalent precision varies according to the different relative
* densities of binary and decimal values at different points along the
* real number line).
* real number line.)
*
* <p>This representation hazard of decimal fractions is one reason to
* use caution when storing monetary values as {@code float} or {@code