You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/console/log-each-map/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ The callback function is provided the following arguments:
107
107
-**arg1**: current array element for the second broadcasted array.
108
108
-**...argN**: current array element for the nth broadcasted array.
109
109
-**index**: current element index.
110
-
-**arrays**: input arrays or broadcasted arrays.
110
+
-**arrays**: broadcasted arrays. If an argument was broadcasted, the corresponding array is a single-element generic array containing the original element.
111
111
112
112
The number of `argX` arguments is determined according to the number of provided `args` arguments. If no `args` are provided, the callback is invoked without any arguments.
0 commit comments