docs(common): fix mis-ordered lines (#20221)

This commit is contained in:
Maxime Robert 2017-11-06 20:28:39 +01:00 committed by Victor Berchet
parent 6b748835be
commit b489259a34
1 changed files with 1 additions and 1 deletions

View File

@ -108,8 +108,8 @@ export class PercentPipe implements PipeTransform {
* - `code`(default): use code (e.g. `USD`).
* - `symbol`: use symbol (e.g. `$`).
* - `symbol-narrow`: some countries have two symbols for their currency, one regular and one
* - boolean (deprecated from v5): `true` for symbol and false for `code`
* narrow (e.g. the canadian dollar CAD has the symbol `CA$` and the symbol-narrow `$`).
* - boolean (deprecated from v5): `true` for symbol and false for `code`
* If there is no narrow symbol for the chosen currency, the regular symbol will be used.
* - `digitInfo` See {@link DecimalPipe} for detailed description.
* - `locale` is a `string` defining the locale to use (uses the current {@link LOCALE_ID} by