docs(common): fix documentation for getLocaleCurrencyName (#27087)
PR Close #27087
This commit is contained in:
parent
f4a797db24
commit
7dab458884
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue