From 624425a288ce571af05b1c27e750d660cb237645 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Wed, 13 Nov 2019 12:38:33 +0000 Subject: [PATCH] docs(common): getCurrencySymbol return typo (#33792) Extra 0 added to end of docs. PR Close #33792 --- 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 9570ad3eb2..b3e1b22891 100644 --- a/packages/common/src/i18n/locale_data_api.ts +++ b/packages/common/src/i18n/locale_data_api.ts @@ -613,7 +613,7 @@ function extractTime(time: string): Time { * @param format The format, `wide` or `narrow`. * @param locale A locale code for the locale format rules to use. * - * @returns The symbol, or the currency code if no symbol is available.0 + * @returns The symbol, or the currency code if no symbol is available. * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n) * * @publicApi