From a804dfe70cb26f20be6e01cc0137d1f687bd574d Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Tue, 22 Oct 2024 01:23:34 +0200 Subject: [PATCH] docs: fix notes --- lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt b/lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt index 60da297e86f..914fee21dcb 100644 --- a/lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt +++ b/lib/node_modules/@stdlib/blas/base/sdot-wasm/docs/repl.txt @@ -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 ---------- @@ -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 ----------