Skip to content

Commit d3bed1f

Browse files
committed
Fix return value
1 parent 25a6c36 commit d3bed1f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/strided/base/quinary

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/strided/base/quinary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var u1 = new Float64Array( u0.buffer, u0.BYTES_PER_ELEMENT*1 ); // start at 2nd
111111
var v1 = new Float64Array( v0.buffer, v0.BYTES_PER_ELEMENT*3 ); // start at 4th element
112112

113113
quinary( [ x1, y1, z1, w1, u1, v1 ], [ 3 ], [ -2, -2, -2, -2, -2, 1 ], add );
114-
// u0 => <Float64Array>[ 0.0, 0.0, 0.0, 30.0, 20.0, 10.0 ]
114+
// v0 => <Float64Array>[ 0.0, 0.0, 0.0, 30.0, 20.0, 10.0 ]
115115
```
116116

117117
#### quinary.ndarray( arrays, shape, strides, offsets, fcn )

0 commit comments

Comments
 (0)