Skip to content

Commit

Permalink
docs(common): fix mis-ordered lines (#20221)
Browse files Browse the repository at this point in the history
  • Loading branch information
marob authored and vicb committed Nov 6, 2017
1 parent 6b74883 commit b489259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/pipes/number_pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b489259

Please sign in to comment.