Skip to content

Commit 703f338

Browse files
committed
args description
1 parent bb29f0c commit 703f338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/array/Each.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @param {array} array - The array to search.
1414
* @param {function} callback - A callback to be invoked for each item in the array.
1515
* @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.
16+
* @param {...*} [args] - Additional arguments that will be passed to the callback, after the current array item.
1717
*
1818
* @return {array} The input array.
1919
*/

0 commit comments

Comments
 (0)