docs(common): getCurrencySymbol return typo (#33792)
Extra 0 added to end of docs. PR Close #33792
This commit is contained in:
parent
fcdada53f1
commit
624425a288
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue