Skip to content

Commit 677a985

Browse files
committed
Auto-generated commit
1 parent 6531011 commit 677a985

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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-09-29)
7+
## Unreleased (2025-09-30)
88

99
<section class="features">
1010

@@ -256,6 +256,7 @@ A total of 33 issues were closed in this release:
256256

257257
<details>
258258

259+
- [`25cbdd6`](https://github.com/stdlib-js/stdlib/commit/25cbdd6a482de443bd480b024d646177c1d1d52c) - **docs:** fix return annotation [(#8160)](https://github.com/stdlib-js/stdlib/pull/8160) _(by stdlib-bot)_
259260
- [`d94514b`](https://github.com/stdlib-js/stdlib/commit/d94514bc9418f5b42df6233204d5005d53af00ca) - **docs:** clean-up TSDoc declaration comments _(by Philipp Burckhardt)_
260261
- [`07459d3`](https://github.com/stdlib-js/stdlib/commit/07459d3be48a57aac6cc018cbb456749fad79f6a) - **chore:** remove private annotations _(by Philipp Burckhardt)_
261262
- [`2b52cb2`](https://github.com/stdlib-js/stdlib/commit/2b52cb2762dd0c715a444a6dd65f7de8cfcbcf3f) - **docs:** propagate fixes in TSDoc example code to namespace declarations [(#8126)](https://github.com/stdlib-js/stdlib/pull/8126) _(by stdlib-bot)_

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ interface Namespace {
577577
* var zeros = require( './../../zeros' );
578578
*
579579
* var x = zeros( 2, 'float64' );
580-
* // returns <Float32Array>[ 0.0, 0.0 ]
580+
* // returns <Float64Array>[ 0.0, 0.0 ]
581581
*
582582
* var arr = ns.emptyLike( x, 'float32' );
583583
* // returns <Float32Array>

0 commit comments

Comments
 (0)