Skip to content

Commit f6f824e

Browse files
committed
Auto-generated commit
1 parent 82d6b52 commit f6f824e

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 (2026-03-29)
7+
## Unreleased (2026-04-02)
88

99
<section class="features">
1010

@@ -818,6 +818,7 @@ A total of 45 issues were closed in this release:
818818

819819
<details>
820820

821+
- [`a467bf0`](https://github.com/stdlib-js/stdlib/commit/a467bf0083da8f346611e53a684a78212f76d426) - **chore:** fix typos and incorrect test values [(#11270)](https://github.com/stdlib-js/stdlib/pull/11270) _(by Philipp Burckhardt)_
821822
- [`2db5404`](https://github.com/stdlib-js/stdlib/commit/2db5404d6a12f2d0c20fb61a5ce047daea72ea3f) - **refactor:** improve type specificity and use accessors for resolving ndarray meta data _(by Athan Reines)_
822823
- [`8dbfe60`](https://github.com/stdlib-js/stdlib/commit/8dbfe608b990c4e12c729daa01489de8f6b56ac3) - **feat:** add support for dtype instances _(by Athan Reines)_
823824
- [`3c6b016`](https://github.com/stdlib-js/stdlib/commit/3c6b01628169badc19aed4201cb66a5265c5d378) - **refactor:** improve type specificity _(by Athan Reines)_

base/maybe-broadcast-arrays/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var getShape = require( './../../../base/shape' );
2828
// MAIN //
2929

3030
/**
31-
* Broadcasts an ndarrays to a common shape.
31+
* Broadcasts ndarrays to a common shape.
3232
*
3333
* ## Notes
3434
*

0 commit comments

Comments
 (0)