Skip to content

Commit 0248a5e

Browse files
committed
docs: update type annotation
1 parent be557e3 commit 0248a5e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/ternary3d/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/ternary3d/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* - The function assumes that the input and output arrays have the same shape.
2929
*
30-
* @param {ArrayLikeObject<Array<Collection>>} arrays - array-like object containing three input nested arrays and one output nested array
30+
* @param {ArrayLikeObject<Array<Array<Collection>>>} arrays - array-like object containing three input nested arrays and one output nested array
3131
* @param {NonNegativeIntegerArray} shape - array shape
3232
* @param {Callback} fcn - ternary callback
3333
* @returns {void}

0 commit comments

Comments
 (0)