Skip to content

Commit 4e1c4b2

Browse files
author
Otávio Santana
committed
Merge pull request #51 from BenMorel/patch-1
Fix typo
2 parents 669fdac + 5a80ee1 commit 4e1c4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/JavaMoneySpecification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ roundings, also non standard variants with arbitrary rules and constraints are q
11661166
This JSR provides several roundings accessible from the +javax.money.Monetary+ singleton based on:
11671167
11681168
. a target +CurrencyUnit+. By default the rounding is based on the currency’s default fraction units
1169-
(see +CurrencyUnit.getDefaultFractionUnits()+).
1169+
(see +CurrencyUnit.getDefaultFractionDigits()+).
11701170
. an explicit (unique) _rounding id_ that must be known (and documented) by a +RoundingProviderSpi+ implementation.
11711171
. each implementation should at least enable accessing mathematical rounding, supporting
11721172
.. the maximal _precision_ (+int+)

0 commit comments

Comments
 (0)