Reduce _.forEach iteration note. [ci skip]

This commit is contained in:
John-David Dalton
2015-09-14 01:09:04 -07:00
parent 4744f93a47
commit 7f284d6ed5

View File

@@ -6366,8 +6366,8 @@
* Iteratee functions may exit iteration early by explicitly returning `false`. * Iteratee functions may exit iteration early by explicitly returning `false`.
* *
* **Note:** As with other "Collections" methods, objects with a "length" property * **Note:** As with other "Collections" methods, objects with a "length" property
* are iterated like arrays. To avoid this behavior `_.forIn` or `_.forOwn` * are iterated like arrays. To avoid this behavior use `_.forIn` or `_.forOwn`
* may be used for object iteration. * for object iteration.
* *
* @static * @static
* @memberOf _ * @memberOf _