Skip to content

Commit f19190c

Browse files
fix: CI errors
1 parent e31d002 commit f19190c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-quinary3d/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var shapes = [
6464
];
6565

6666
bquinary3d( [ x, y, z, w, v, out ], shapes, add );
67-
// out => [ [ [ 12.0, 13.0 ], [ 13.0, 14.0 ] ] 3
67+
// out => [ [ [ 12.0, 13.0 ], [ 13.0, 14.0 ] ] ]
6868
```
6969

7070
The function accepts the following arguments:

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
@@ -23,7 +23,7 @@
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, 2, 2 ], [ 1, 1, 2 ], [ 1 ], [ 1, 2, 1 ], [ 2, 2, 2 ] ];
26+
> var shapes = [ [ 2 ], [ 2, 1, 1 ] [ 1, 2, 2 ], [ 1 ], [ 1 ], [ 1, 2, 2 ] ];
2727
> {{alias}}( [ x, y, z, w, v, out ], shapes, fcn );
2828
> out
2929
[ [ [ 8.0, 9.0 ], [ 9.0, 10.0 ] ] ]

0 commit comments

Comments
 (0)