docs(common): fix documentation for getLocaleCurrencyName (#27087)

PR Close #27087
This commit is contained in:
Ruslan Dzhabbarov 2018-11-13 23:52:44 -08:00 committed by Miško Hevery
parent f4a797db24
commit 7dab458884
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ export function getLocaleCurrencySymbol(locale: string): string|null {
}
/**
* The name of the currency for the main country using this locale (e.g. USD for the locale
* The name of the currency for the main country using this locale (e.g. 'US Dollar' for the locale
* en-US).
* The name will be `null` if the main country cannot be determined.
*