Skip to content

Commit

Permalink
docs: fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 21, 2024
1 parent da545ce commit a804dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
Int32Array before passing the values to this method.

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

Parameters
----------
Expand Down Expand Up @@ -415,7 +415,7 @@
after reading memory values using this method.

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

Parameters
----------
Expand Down

0 comments on commit a804dfe

Please sign in to comment.