Skip to content

Commit 2c40c48

Browse files
committed
docs: fix return values
1 parent dc93a3a commit 2c40c48

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type InOutShapes = [
109109
* bquaternary2d( [ x, y, z, w, out ], shapes, add );
110110
*
111111
* console.log( out );
112-
* // => [ [ 4.0, 8.0 ], [ 12.0, 16.0 ] ]
112+
* // => [ [ 4.0, 4.0 ], [ 4.0, 4.0 ] ]
113113
*/
114114
declare function bquaternary2d<T = unknown, U = unknown, V = unknown, W = unknown, X = unknown>( arrays: InOutArrays<T, U, V, W, X>, shapes: InOutShapes, fcn: Quaternary<T, U, V, W, X> ): void;
115115

0 commit comments

Comments
 (0)