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

Commit 3fabbdb

Browse files
docs(isNumber): fix link to isFinite
1 parent ce8be9c commit 3fabbdb

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
@@ -485,7 +485,7 @@ function isString(value) {return typeof value === 'string';}
485485
* This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`.
486486
*
487487
* If you wish to exclude these then you can use the native
488-
* [`isFinite'](`https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite)
488+
* [`isFinite'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite)
489489
* method.
490490
*
491491
* @param {*} value Reference to check.

0 commit comments

Comments
 (0)