10000 Auto-generated commit · stdlib-js/array-complex128@cbe4ddf · GitHub
[go: up one dir, main page]

Skip to content

Commit cbe4ddf

Browse files
committed
Auto-generated commit
1 parent aba9df7 commit cbe4ddf

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+
- [`2faaf21`](https://github.com/stdlib-js/stdlib/commit/2faaf217eab865f9e40abbb0bf21b374595853e9) - **docs:** fix example _(by Athan Reines)_
2526
- [`8d3352e`](https://github.com/stdlib-js/stdlib/commit/8d3352e666353624f97e95ee0805b7d641fc775a) - **fix:** add missing property _(by Athan Reines)_
2627

2728
</details>

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
43
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>
45
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
@@ -70,7 +70,7 @@
7070
* // returns <Complex128Array>
7171
*
7272
* var len = arr.length;
73-
* // returns 2
73+
* // returns 1
7474
*
7575
* @example
7676
* var ArrayBuffer = require( '@stdlib/array-buffer' );

0 commit comments

Comments
 (0)
0