Skip to content

Commit f8c853a

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

401401
Parameters
402402
----------
@@ -435,7 +435,7 @@
435435
after reading memory values using this method.
436436

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

440440
Parameters
441441
----------

0 commit comments

Comments
 (0)