Skip to content

Commit cf10fd0

Browse files
fix: repl error
1 parent 5e7ef85 commit cf10fd0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-quinary3d/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
> var shapes = [ [ 2 ], [ 2, 1 ], [ 1 ], [ 1 ], [ 1 ], [ 2, 2, 2 ] ];
2828
> {{alias}}( [ x, y, z, w, v, out ], shapes, fcn );
2929
> out
30-
[ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]
30+
[ [ [ 8, 9 ], [ 9, 10 ] ] ]
3131

3232
See Also
3333
--------

0 commit comments

Comments
 (0)