Skip to content

Commit 9a26d9c

Browse files
committed
Auto-generated commit
1 parent e258672 commit 9a26d9c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`20dea8a`](https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9) - **docs:** remove extraneous newline _(by Athan Reines)_
1516
- [`a541897`](https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528) - **docs:** fix grammar _(by Athan Reines)_
1617
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
1718
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -39,6 +40,7 @@ Joey Reed <joeyrreed@gmail.com>
3940
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
4041
Joris Labie <joris.labie1@gmail.com>
4142
Justin Dennison <justin1dennison@gmail.com>
43+
Kaif Mohd <mdkaifprofession@gmail.com>
4244
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4345
Khaldon <kahmd1444@gmail.com>
4446
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>

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
*/

0 commit comments

Comments
 (0)