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

Commit 44e9d2c

Browse files
docs(isNumber): fix link to isFinite
1 parent 7705edc commit 44e9d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ function isString(value) {return typeof value === 'string';}
524524
* This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`.
525525
*
526526
* If you wish to exclude these then you can use the native
527-
* [`isFinite'](`https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite)
527+
* [`isFinite'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite)
528528
* method.
529529
*
530530
* @param {*} value Reference to check.

0 commit comments

Comments
 (0)