Skip to content

Commit ed6cfea

Browse files
committed
Auto-generated commit
1 parent 2d96ed3 commit ed6cfea

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 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-21)
7+
## Unreleased (2025-09-22)
88

99
<section class="features">
1010

@@ -588,6 +588,8 @@ A total of 24 issues were closed in this release:
588588

589589
<details>
590590

591+
- [`ce50d3e`](https://github.com/stdlib-js/stdlib/commit/ce50d3ecca395ef29f3883a70d8fbf1b3e7f38c1) - **docs:** fix grammar _(by Athan Reines)_
592+
- [`a86f514`](https://github.com/stdlib-js/stdlib/commit/a86f514dee23ab0536fe9e697e48a0fb2a9c5a22) - **test:** tweak test description _(by Philipp Burckhardt)_
591593
- [`00f16f2`](https://github.com/stdlib-js/stdlib/commit/00f16f2e8c6f5b675e586e8f1434eae9441787ac) - **test:** fix test description _(by Philipp Burckhardt)_
592594
- [`e45fd64`](https://github.com/stdlib-js/stdlib/commit/e45fd643c455293c39224899a16bcb4f8ea9e3db) - **feat:** update `ndarray` TypeScript declarations _(by Philipp Burckhardt)_
593595
- [`3590e0f`](https://github.com/stdlib-js/stdlib/commit/3590e0f954650d8129ca31cd2cbf3c6c3cfc097f) - **feat:** update `ndarray/iter` TypeScript declarations _(by Philipp Burckhardt)_

base/assert/is-equal-data-type/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ tape( 'the function returns `false` if not provided equal ndarray data types (da
215215
t.end();
216216
});
217217

218-
tape( 'the function returns `false` if provided unequal ndarray data types (structs)', function test( t ) {
218+
tape( 'the function returns `false` if not provided equal ndarray data types (structs)', function test( t ) {
219219
var values;
220220
var bool;
221221
var v1;

every/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import every = require( './index' );
2525

2626
// TESTS //
2727

28-
// The function returns an boolean ndarray...
28+
// The function returns a boolean ndarray...
2929
{
3030
const x = zeros( [ 2, 2 ] );
3131

0 commit comments

Comments
 (0)