Skip to content

Commit d50be97

Browse files
committed
docs: fix notes
1 parent f7e5311 commit d50be97

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/snrm2-wasm/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/snrm2-wasm/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
Int32Array before passing the values to this method.
350350

351351
If provided an array having an unknown or "generic" data type, elements are
352-
written as single-precision floating-point numbers.
352+
written as double-precision floating-point numbers.
353353

354354
Parameters
355355
----------
@@ -388,7 +388,7 @@
388388
after reading memory values using this method.
389389

390390
If provided an output array having an unknown or "generic" data type,
391-
elements are read as single-precision floating-point numbers.
391+
elements are read as double-precision floating-point numbers.
392392

393393
Parameters
394394
----------

0 commit comments

Comments
 (0)