We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea0700 commit 33c18e1Copy full SHA for 33c18e1
lib/node_modules/@stdlib/wasm/base/array2dtype/README.md
@@ -92,7 +92,7 @@ var v;
92
var i;
93
for ( i = 0; i < dt.length; i++ ) {
94
v = array2dtype( empty( 10, dt[ i ] ) );
95
- console.log( '%s => %s', dt, v );
+ console.log( '%s => %s', dt[ i ], v );
96
}
97
```
98
lib/node_modules/@stdlib/wasm/base/array2dtype/examples/index.js
@@ -30,5 +30,5 @@ var v;
30
31
32
33
34
0 commit comments