Skip to content

Commit ea972a9

Browse files
committed
docs: fix notes
1 parent 9aafd79 commit ea972a9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

352352
Parameters
353353
----------
@@ -386,7 +386,7 @@
386386
after reading memory values using this method.
387387

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

391391
Parameters
392392
----------

0 commit comments

Comments
 (0)