Skip to content

Commit f7e5311

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

376376
Parameters
377377
----------
@@ -410,7 +410,7 @@
410410
after reading memory values using this method.
411411

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

415415
Parameters
416416
----------

0 commit comments

Comments
 (0)