Skip to content

Commit 6ebf16e

Browse files
fix: repl error
1 parent cf10fd0 commit 6ebf16e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
> var w = [ 2.0 ];
2525
> var v = [ 1.0 ];
2626
> var out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ];
27-
> var shapes = [ [ 2 ], [ 2, 1 ], [ 1 ], [ 1 ], [ 1 ], [ 2, 2, 2 ] ];
27+
> var shapes = [ [ 2 ], [ 2, 1 ], [ 1 ], [ 1 ], [ 1 ], [ 1, 2, 2 ] ];
2828
> {{alias}}( [ x, y, z, w, v, out ], shapes, fcn );
2929
> out
30-
[ [ [ 8, 9 ], [ 9, 10 ] ] ]
30+
[ [ [ 8.0, 9.0 ], [ 9.0, 10.0 ] ] ]
3131

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

0 commit comments

Comments
 (0)