Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 8209b19

Browse files
committed
Fix doc typos.
1 parent 68cad35 commit 8209b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/javamoney/moneta/internal/ConfigurableCurrencyUnitProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Set<CurrencyUnit> getCurrencies(CurrencyQuery currencyQuery) {
8383
}
8484

8585
/**
86-
* Registers a bew currency unit under its currency code and potentially numeric code.
86+
* Registers a new currency unit under its currency code and potentially numeric code.
8787
*
8888
* @param currencyUnit the new currency to be registered, not null.
8989
* @return any unit instance registered previously by this instance, or null.
@@ -99,7 +99,7 @@ public static CurrencyUnit registerCurrencyUnit(CurrencyUnit currencyUnit) {
9999
}
100100

101101
/**
102-
* Registers a bew currency unit under the given Locale.
102+
* Registers a new currency unit under the given Locale.
103103
*
104104
* @param currencyUnit the new currency to be registered, not null.
105105
* @param locale the Locale, not null.

0 commit comments

Comments
 (0)