diff --git a/packages/common/src/i18n/locale_data_api.ts b/packages/common/src/i18n/locale_data_api.ts index c0a54831eb..1791387b82 100644 --- a/packages/common/src/i18n/locale_data_api.ts +++ b/packages/common/src/i18n/locale_data_api.ts @@ -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. *