Skip to content

Commit

Permalink
8295517: Fix stutter typo in JDK-8294539
Browse files Browse the repository at this point in the history
Reviewed-by: naoto, bpb, lancea
  • Loading branch information
jddarcy committed Oct 18, 2022
1 parent 37f93b6 commit 95baf83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/java.base/share/classes/java/lang/Double.java
Expand Up @@ -169,11 +169,11 @@
* </dd>
*
* <dt><i><a id=repEquivalence>representation equivalence</a></i>:</dt>
* <dd>The two floating-point values represent the the same IEEE 754
* <dd>The two floating-point values represent the same IEEE 754
* <i>datum</i>. In particular, for {@linkplain #isFinite(double)
* finite} values, the sign, {@linkplain Math#getExponent(double)
* exponent}, and significand components of the
* floating-point values are the same. Under this relation:
* exponent}, and significand components of the floating-point values
* are the same. Under this relation:
* <ul>
* <li> {@code +0.0} and {@code -0.0} are distinguished from each other.
* <li> every bit pattern encoding a NaN is considered equivalent to each other
Expand Down

0 comments on commit 95baf83

Please sign in to comment.