Skip to content

Commit 14e4fc8

Browse files
committed
docs: fix comment
1 parent 50f1d89 commit 14e4fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dasum-wasm/examples/little_endian_arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function main() {
4949
// Define a pointer (i.e., byte offset) for storing the input vector:
5050
var xptr = 0;
5151

52-
// Create typed array views over module memory:
52+
// Create a typed array view over module memory:
5353
var x = new Float64ArrayLE( mod.memory.buffer, xptr, N );
5454

5555
// Write values to module memory:

0 commit comments

Comments
 (0)