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 Sep 18, 2024
1 parent e04f5fb commit c4d8d46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<section class="release" id="unreleased">

## Unreleased (2024-09-17)
## Unreleased (2024-09-18)

<section class="packages">

Expand Down Expand Up @@ -245,6 +245,7 @@ A total of 5 people contributed to this release. Thank you to the following cont

<details>

- [`20dea8a`](https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9) - **docs:** remove extraneous newline _(by Athan Reines)_
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_
- [`16bb447`](https://github.com/stdlib-js/stdlib/commit/16bb44733defec3009d7c49cbd8cb6eaaaa60ad2) - **fix:** update TypeScript function signature and documentation _(by Philipp Burckhardt)_
Expand Down
3 changes: 1 addition & 2 deletions base/accessors/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ type GetUint8c = ( arr: Uint8ClampedArray, idx: number ) => number | void;
/**
* Returns an element from a `Complex128Array`.
*
* @param
arr - input array
* @param arr - input array
* @param idx - element index
* @returns element value
*/
Expand Down
3 changes: 1 addition & 2 deletions base/arraylike2object/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ type GetUint8c = ( arr: Uint8ClampedArray, idx: number ) => number | void;
/**
* Returns an element from a `Complex128Array`.
*
* @param
arr - input array
* @param arr - input array
* @param idx - element index
* @returns element value
*/
Expand Down
3 changes: 1 addition & 2 deletions base/resolve-getter/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ type GetFloat32 = ( arr: Float32Array, idx: number ) => number | void;
/**
* Returns an element from a `Complex128Array`.
*
* @param
arr - input array
* @param arr - input array
* @param idx - element index
* @returns element value
*/
Expand Down
3 changes: 1 addition & 2 deletions base/resolve-setter/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ type SetFloat32 = ( arr: Float32Array, idx: number, value: number ) => void;
/**
* Sets an element in a `Complex128Array`.
*
* @param
arr - input array
* @param arr - input array
* @param idx - element index
* @param value - value to set
*/
Expand Down

0 comments on commit c4d8d46

Please sign in to comment.