Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 25, 2024
1 parent e9e6f37 commit aa01380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<details>

- [`d50be97`](https://github.com/stdlib-js/stdlib/commit/d50be9724c245443e7227165659dac0868d9dbd8) - **docs:** fix notes _(by Athan Reines)_
- [`b99598a`](https://github.com/stdlib-js/stdlib/commit/b99598a0257aff9d3c62a186323d1cc0dab7a04b) - **docs:** fix comment _(by Athan Reines)_
- [`3de76a0`](https://github.com/stdlib-js/stdlib/commit/3de76a0863ce62bb51e324907a417370780c91bf) - **docs:** fix comments _(by Athan Reines)_
- [`91e37be`](https://github.com/stdlib-js/stdlib/commit/91e37be0fc89c072ee006802d5a568eab3003c9a) - **docs:** fix missing license headers _(by Athan Reines)_
Expand Down
4 changes: 2 additions & 2 deletions docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
Int32Array before passing the values to this method.

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

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

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

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

0 comments on commit aa01380

Please sign in to comment.