Skip to content

Commit 3671adb

Browse files
nonopolarityNarretz
authored andcommitted
docs(numberFilter): improve wording for infinity description
Closes angular#14100
1 parent 1edb13f commit 3671adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function currencyFilter($locale) {
8585
* Formats a number as text.
8686
*
8787
* If the input is null or undefined, it will just be returned.
88-
* If the input is infinite (Infinity/-Infinity) the Infinity symbol '∞' is returned.
88+
* If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively.
8989
* If the input is not a number an empty string is returned.
9090
*
9191
*

0 commit comments

Comments
 (0)