From b22405767f1ab625c6e7f8b852ea12c8700e6339 Mon Sep 17 00:00:00 2001 From: Ruslan Dzhabbarov Date: Tue, 13 Nov 2018 23:52:44 -0800 Subject: [PATCH] docs(common): fix documentation for getLocaleCurrencyName (#27087) PR Close #27087 --- packages/common/src/i18n/locale_data_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *