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 7b2c7cb commit eec095aCopy full SHA for eec095a
src/Angular.js
@@ -236,7 +236,7 @@ function isArrayLike(obj) {
236
*
237
* Unlike ES262's
238
* [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18),
239
- * Providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
+ * providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
240
* return the value provided.
241
242
```js
0 commit comments