Skip to content

Commit dc93a3a

Browse files
committed
docs: fix return values
1 parent 681962a commit dc93a3a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/broadcasted-ternary2d/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-ternary2d/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type InOutShapes = [
104104
* bternary2d( [ x, y, z, out ], shapes, add );
105105
*
106106
* console.log( out );
107-
* // => [ [ 3.0, 6.0 ], [ 9.0, 12.0 ] ]
107+
* // => [ [ 3.0, 3.0 ], [ 3.0, 3.0 ] ]
108108
*/
109109
declare function bternary2d<T = unknown, U = unknown, V = unknown, W = unknown>( arrays: InOutArrays<T, U, V, W>, shapes: InOutShapes, fcn: Ternary<T, U, V, W> ): void;
110110

0 commit comments

Comments
 (0)