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