Skip to content

Commit f2323a6

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

381381
Parameters
382382
----------
@@ -415,7 +415,7 @@
415415
after reading memory values using this method.
416416

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

420420
Parameters
421421
----------

0 commit comments

Comments
 (0)