Skip to content

Commit 3e1318e

Browse files
fix: changing shape
1 parent 155335a commit 3e1318e

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/array/base/broadcasted-quinary4d

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ function add( x, y, z, w, v ) {
104104
}
105105

106106
var shapes = [
107-
[ 1, 3, 3, 3 ],
108-
[ 3, 1, 1, 3 ],
109-
[ 3, 3, 1, 3 ],
110-
[ 3, 3, 3, 1 ],
107+
[ 1, 1, 1, 3 ],
108+
[ 1, 1, 3, 1 ],
109+
[ 1, 1, 3, 3 ],
110+
[ 1, 3, 1, 1 ],
111111
[ 3, 3, 3, 3 ],
112112
[ 3, 3, 3, 3 ]
113113
];

0 commit comments

Comments
 (0)