File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,9 @@ function currencyFilter($locale) {
93
93
* @param {(number|string)= } fractionSize Number of decimal places to round the number to.
94
94
* If this is not provided then the fraction size is computed from the current locale's number
95
95
* formatting pattern. In the case of the default locale, it will be 3.
96
- * @returns {string } Number rounded to fractionSize and places a “,” after each third digit.
96
+ * @returns {string } Number rounded to `fractionSize` appropriately formatted based on the current
97
+ * locale (e.g., in the en_US locale it will have "." as the decimal separator and
98
+ * include "," group separators after each third digit).
97
99
*
98
100
* @example
99
101
<example module="numberFilterExample">
You can’t perform that action at this time.
0 commit comments