We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dea8a commit 7d73b4cCopy full SHA for 7d73b4c
lib/node_modules/@stdlib/wasm/base/arrays2ptrs/test/test.js
@@ -57,7 +57,7 @@ function arrayObject( buffer, byteOffset ) {
57
x[ 0 ] = 1.0;
58
x[ 1 ] = 2.0;
59
x[ 2 ] = 3.0;
60
- x[ 4 ] = 4.0;
+ x[ 3 ] = 4.0;
61
dt = dtype( x );
62
writeDataView( x.length, x, 1, new DataView( buffer ), bytesPerElement( dt ), true ); // eslint-disable-line max-len
63
}
0 commit comments