Skip to content

Commit c7fb6b9

Browse files
fix: CI errors
1 parent e8e280b commit c7fb6b9

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
@@ -23,10 +23,10 @@
2323
> var w = [ 2.0 ];
2424
> var v = [ 1.0 ];
2525
> var out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ];
26-
> var shapes = [ [ 2 ], [ 2, 1 ] [ 1 ], [ 1 ], [ 1 ], [ 1, 2, 2 ] ];
26+
> var shapes = [ [ 2 ], [ 2, 1 ] [ 1 ], [ 1 ], [ 1 ], [ 2, 2, 2 ] ];
2727
> {{alias}}( [ x, y, z, w, v, out ], shapes, fcn );
2828
> out
29-
[ [ [ 8.0, 9.0 ], [ 9.0, 10.0 ] ] ]
29+
[ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]
3030

3131
See Also
3232
--------

0 commit comments

Comments
 (0)