8000 Auto-generated commit · stdlib-js/array-complex64@0f1e43f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f1e43f

Browse files
committed
Auto-generated commit
1 parent 8648a37 commit 0f1e43f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

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-15)
7+
## Unreleased (2024-09-21)
88

99
<section class="bug-fixes">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`988ba2c`](https://github.com/stdlib-js/stdlib/commit/988ba2c59bc5112d3c4e468245a69ce4ebe92109) - **docs:** fix example _(by Athan Reines)_
2526
- [`91ad072`](https://github.com/stdlib-js/stdlib/commit/91ad07207eee217885975ce19d83e85d1f4a6499) - **fix:** add missing property _(by Athan Reines)_
2627

2728
</details>

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>

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* // returns <Complex64Array>
6060
*
6161
* var len = arr.length;
62-
* // returns 2
62+
* // returns 1
6363
*
6464
* @example
6565
* var ArrayBuffer = require( '@stdlib/array-buffer' );

0 commit comments

Comments
 (0)
0