mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
This commit is contained in:
parent
c5a7490809
commit
17ff85d4ad
39 changed files with 104 additions and 107 deletions
|
@ -3025,9 +3025,9 @@ public class BigDecimal extends Number implements Comparable<BigDecimal> {
|
|||
* this one but with any trailing zeros removed from the
|
||||
* representation. For example, stripping the trailing zeros from
|
||||
* the {@code BigDecimal} value {@code 600.0}, which has
|
||||
* [{@code BigInteger}, {@code scale}] components equals to
|
||||
* [{@code BigInteger}, {@code scale}] components equal to
|
||||
* [6000, 1], yields {@code 6E2} with [{@code BigInteger},
|
||||
* {@code scale}] components equals to [6, -2]. If
|
||||
* {@code scale}] components equal to [6, -2]. If
|
||||
* this BigDecimal is numerically equal to zero, then
|
||||
* {@code BigDecimal.ZERO} is returned.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue