docs(common): getCurrencySymbol return typo (#33792)

Extra 0 added to end of docs.
PR Close #33792
This commit is contained in:
Matthew Harris 2019-11-13 12:38:33 +00:00 committed by Kara Erickson
parent fcdada53f1
commit 624425a288
1 changed files with 1 additions and 1 deletions

View File

@ -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