File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/node_modules/@stdlib/array/base Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
*
30
30
* @param {ArrayLikeObject<Array<Collection>> } arrays - array-like object containing two input nested arrays and one output nested array
31
31
* @param {NonNegativeIntegerArray } shape - array shape
32
- * @param {Callback } fcn - unary callback
32
+ * @param {Callback } fcn - binary callback
33
33
* @returns {void }
34
34
*
35
35
* @example
Original file line number Diff line number Diff line change 29
29
*
30
30
* @param {ArrayLikeObject<Array> } arrays - array-like object containing two input nested arrays and one output nested array
31
31
* @param {NonNegativeIntegerArray } shape - array shape
32
- * @param {Callback } fcn - unary callback
32
+ * @param {Callback } fcn - binary callback
33
33
* @returns {void }
34
34
*
35
35
* @example
Original file line number Diff line number Diff line change 29
29
*
30
30
* @param {ArrayLikeObject<Array<Collection>> } arrays - array-like object containing two input nested arrays and one output nested array
31
31
* @param {NonNegativeIntegerArray } shape - array shape
32
- * @param {Callback } fcn - unary callback
32
+ * @param {Callback } fcn - binary callback
33
33
* @returns {void }
34
34
*
35
35
* @example
Original file line number Diff line number Diff line change 29
29
*
30
30
* @param {ArrayLikeObject<Array<Collection>> } arrays - array-like object containing two input nested arrays and one output nested array
31
31
* @param {NonNegativeIntegerArray } shape - array shape
32
- * @param {Callback } fcn - unary callback
32
+ * @param {Callback } fcn - binary callback
33
33
* @returns {void }
34
34
*
35
35
* @example
You can’t perform that action at this time.
0 commit comments