mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Fix jsdoc for every and some.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* elements of empty objects.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @category object
|
||||
* @category Object
|
||||
* @param {Object} object The object to iterate over.
|
||||
* @param {Function} predicate The function invoked per iteration.
|
||||
* @returns {boolean} Returns `true` if all properties pass the predicate check,
|
||||
|
||||
Reference in New Issue
Block a user