Skip to content

Commit

Permalink
8320940: Fix typo in java.lang.Double
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs, iris, shade, lancea, bpb
  • Loading branch information
jddarcy committed Nov 29, 2023
1 parent 43c7f6a commit d783aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/lang/Double.java
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
* 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
Expand Down

1 comment on commit d783aa3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.