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 263ed0d commit 4ace02eCopy full SHA for 4ace02e
lib/node_modules/@stdlib/blas/base/dscal-wasm/docs/repl.txt
@@ -452,7 +452,7 @@
452
> var mod = new {{alias}}.Module( mem );
453
> mod.initializeSync();
454
455
- // Define "pointer" (i.e., byte offsets) into module memory:
+ // Define a "pointer" (i.e., byte offset) into module memory:
456
> var xptr = 0;
457
458
// Write data to module memory:
@@ -500,7 +500,7 @@
500
501
502
503
504
505
506
0 commit comments