Skip to content

Commit b99598a

Browse files
committed
docs: fix comment
1 parent aa66ef4 commit b99598a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/snrm2-wasm/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/snrm2-wasm/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function main() {
3030
// Specify a vector length:
3131
var N = 5;
3232

33-
// Create input array:
33+
// Create an input array:
3434
var x = oneTo( N, 'float32' );
3535

3636
// Perform computation:

0 commit comments

Comments
 (0)