Skip to content

Commit a7d96e6

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dscal-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, 'float64' );
3535

3636
// Perform computation:

0 commit comments

Comments
 (0)