We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be557e3 commit 0248a5eCopy full SHA for 0248a5e
lib/node_modules/@stdlib/array/base/ternary3d/lib/main.js
@@ -27,7 +27,7 @@
27
*
28
* - The function assumes that the input and output arrays have the same shape.
29
30
-* @param {ArrayLikeObject<Array<Collection>>} arrays - array-like object containing three input nested arrays and one output nested array
+* @param {ArrayLikeObject<Array<Array<Collection>>>} arrays - array-like object containing three input nested arrays and one output nested array
31
* @param {NonNegativeIntegerArray} shape - array shape
32
* @param {Callback} fcn - ternary callback
33
* @returns {void}
0 commit comments