Skip to content

Commit bf651fe

Browse files
committed
Auto-generated commit
1 parent 53ebb5d commit bf651fe

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-11)
7+
## Unreleased (2025-09-12)
88

99
<section class="features">
1010

@@ -514,6 +514,7 @@ A total of 24 issues were closed in this release:
514514

515515
<details>
516516

517+
- [`fb46eb4`](https://github.com/stdlib-js/stdlib/commit/fb46eb45105af0689c8f7089672340de742efedd) - **docs:** fix comment _(by Athan Reines)_
517518
- [`8983f46`](https://github.com/stdlib-js/stdlib/commit/8983f46c72781a991814dcf9a6e08db27cd12e39) - **fix:** use correct variable _(by Athan Reines)_
518519
- [`69e5523`](https://github.com/stdlib-js/stdlib/commit/69e5523ca6858e8488fe671f61b9a8c16e7044c7) - **fix:** use correct variable _(by Athan Reines)_
519520
- [`04c9415`](https://github.com/stdlib-js/stdlib/commit/04c941540b13db13db7f312a6f91dd120940cdc2) - **fix:** use correct variable _(by Athan Reines)_

base/unary-strided1d-dispatch/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ import UnaryStrided1dDispatch = require( './index' );
102102
unary( ( x: number, y: number ): number => x + y, [ dtypes ], dtypes, policies, {} ); // $ExpectError
103103
}
104104

105-
// The compiler throws an error if the function is provided a second argument which is not a a list of data type lists...
105+
// The compiler throws an error if the function is provided a second argument which is not a list of data type lists...
106106
{
107107
const dtypes: Array<DataType> = [ 'float64', 'float32' ];
108108
const table = {

0 commit comments

Comments
 (0)