Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8be9c commit 3fabbdbCopy full SHA for 3fabbdb
src/Angular.js
@@ -485,7 +485,7 @@ function isString(value) {return typeof value === 'string';}
485
* This includes the "special" numbers `NaN`, `+Infinity` and `-Infinity`.
486
*
487
* 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)
+ * [`isFinite'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isFinite)
489
* method.
490
491
* @param {*} value Reference to check.
0 commit comments