Skip to content

Commit c4d8d46

Browse files
committed
Auto-generated commit
1 parent e04f5fb commit c4d8d46

5 files changed

Lines changed: 6 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
## Unreleased (2024-09-17)
7+
## Unreleased (2024-09-18)
88

99
<section class="packages">
1010

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

246246
<details>
247247

248+
- [`20dea8a`](https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9) - **docs:** remove extraneous newline _(by Athan Reines)_
248249
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
249250
- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_
250251
- [`16bb447`](https://github.com/stdlib-js/stdlib/commit/16bb44733defec3009d7c49cbd8cb6eaaaa60ad2) - **fix:** update TypeScript function signature and documentation _(by Philipp Burckhardt)_

base/accessors/docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ type GetUint8c = ( arr: Uint8ClampedArray, idx: number ) => number | void;
107107
/**
108108
* Returns an element from a `Complex128Array`.
109109
*
110-
* @param
111-
arr - input array
110+
* @param arr - input array
112111
* @param idx - element index
113112
* @returns element value
114113
*/

base/arraylike2object/docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ type GetUint8c = ( arr: Uint8ClampedArray, idx: number ) => number | void;
109109
/**
110110
* Returns an element from a `Complex128Array`.
111111
*
112-
* @param
113-
arr - input array
112+
* @param arr - input array
114113
* @param idx - element index
115114
* @returns element value
116115
*/

base/resolve-getter/docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ type GetFloat32 = ( arr: Float32Array, idx: number ) => number | void;
4444
/**
4545
* Returns an element from a `Complex128Array`.
4646
*
47-
* @param
48-
arr - input array
47+
* @param arr - input array
4948
* @param idx - element index
5049
* @returns element value
5150
*/

base/resolve-setter/docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ type SetFloat32 = ( arr: Float32Array, idx: number, value: number ) => void;
4444
/**
4545
* Sets an element in a `Complex128Array`.
4646
*
47-
* @param
48-
arr - input array
47+
* @param arr - input array
4948
* @param idx - element index
5049
* @param value - value to set
5150
*/

0 commit comments

Comments
 (0)