We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
args
1 parent bb29f0c commit 703f338Copy full SHA for 703f338
1 file changed
src/utils/array/Each.js
@@ -13,7 +13,7 @@
13
* @param {array} array - The array to search.
14
* @param {function} callback - A callback to be invoked for each item in the array.
15
* @param {object} context - The context in which the callback is invoked.
16
- * @param {...*} [args] - Additional arguments that will be passed to the callback, after the child.
+ * @param {...*} [args] - Additional arguments that will be passed to the callback, after the current array item.
17
*
18
* @return {array} The input array.
19
*/
0 commit comments