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 Aug 1, 2024
1 parent 5afaa16 commit 9496b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ A total of 4 people contributed to this release. Thank you to the following cont

<details>

- [`5fe7f2e`](https://github.com/stdlib-js/stdlib/commit/5fe7f2e437b3bf7ff82db46944d8f928c7fc4090) - **style:** remove backticks _(by Athan Reines)_
- [`dab89ca`](https://github.com/stdlib-js/stdlib/commit/dab89ca7cb89b404eef61ae48cfb84afec543222) - **style:** remove backticks _(by Athan Reines)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`4e6b2eb`](https://github.com/stdlib-js/stdlib/commit/4e6b2eb39e01d193302cd93ebf93dd2f42c71291) - **fix:** update type for indices _(by Athan Reines)_
Expand Down
2 changes: 1 addition & 1 deletion base/unary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The function accepts the following arguments:
- **arrays**: array-like object containing one input ndarray and one output ndarray.
- **fcn**: unary function to apply.

Each provided ndarray should be an `object` with the following properties:
Each provided ndarray should be an object with the following properties:

- **dtype**: data type.
- **data**: data buffer.
Expand Down

0 comments on commit 9496b1c

Please sign in to comment.