Skip to content

Commit c7e9778

Browse files
authored
Merge pull request #121 from marschall/MonetaryCurrenciesSingletonSpi-getProviderNames-typo
Fix typo in MonetaryCurrenciesSingletonSpi Javadoc
2 parents a135d75 + 68512e4 commit c7e9778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/javax/money/spi/MonetaryCurrenciesSingletonSpi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public interface MonetaryCurrenciesSingletonSpi {
4242
List<String> getDefaultProviderChain();
4343

4444
/**
45-
* Access a list of the currently registered providers. Th names can be used to
45+
* Access a list of the currently registered providers. The names can be used to
4646
* access subsets of the overall currency range by calling {@link #getCurrencies(String...)}.
4747
*
4848
* @return the currencies returned by the given provider chain. If not provider names are provided

0 commit comments

Comments
 (0)