Skip to content

Commit 41f144c

Browse files
committed
Auto-generated commit
1 parent e8e86c4 commit 41f144c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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 (2025-08-15)
7+
## Unreleased (2025-08-18)
88

99
<section class="features">
1010

@@ -246,6 +246,7 @@ A total of 32 issues were closed in this release:
246246

247247
<details>
248248

249+
- [`8cea287`](https://github.com/stdlib-js/stdlib/commit/8cea2870cc30848a616b76259b3274caae387b10) - **docs:** fix return annotation values _(by Philipp Burckhardt)_
249250
- [`4535885`](https://github.com/stdlib-js/stdlib/commit/453588520ecebd68ae1c7f730ac16b206d0f0760) - **test:** fix test descriptions to use ordinal numbers correctly _(by Philipp Burckhardt)_
250251
- [`6f85067`](https://github.com/stdlib-js/stdlib/commit/6f8506775cdf2b3edf740216340ff7a0a82677dc) - **test:** fix malformed test descriptions from strictEqual migration _(by Philipp Burckhardt)_
251252
- [`7add020`](https://github.com/stdlib-js/stdlib/commit/7add0201c13e56a0381926ccfd4073c84eaf2ed4) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_

complex64/lib/index.js

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