Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 01387ba

Browse files
rahatarmanahmedNarretz
authored andcommitted
docs(numberFilter): change decimalPlaces to fractionSize
Replace `decimalPlaces` with `fractionSize`, as `decimalPlaces` isn't defined anywhere and is most likely meant to be `fractionSize`. Closes #13323
1 parent f163c90 commit 01387ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function currencyFilter($locale) {
8989
* @param {(number|string)=} fractionSize Number of decimal places to round the number to.
9090
* If this is not provided then the fraction size is computed from the current locale's number
9191
* formatting pattern. In the case of the default locale, it will be 3.
92-
* @returns {string} Number rounded to decimalPlaces and places a “,” after each third digit.
92+
* @returns {string} Number rounded to fractionSize and places a “,” after each third digit.
9393
*
9494
* @example
9595
<example module="numberFilterExample">

0 commit comments

Comments
 (0)