Skip to content

Commit aa8b74d

Browse files
committed
Auto-generated commit
1 parent ae7780e commit aa8b74d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`b6328d9`](https://github.com/stdlib-js/stdlib/commit/b6328d92945fbfd5c01070377da77de335cc7cce) - **docs:** fix comment _(by Athan Reines)_
2526
- [`4cf9054`](https://github.com/stdlib-js/stdlib/commit/4cf9054b114f7813295567be551dcb293016442e) - **docs:** remove unused definition _(by Athan Reines)_
2627
- [`53543a3`](https://github.com/stdlib-js/stdlib/commit/53543a3bd5e382153a3c7c7965e874a9d6c3ae9b) - **docs:** update Markdown stdlib package URLs [(#7617)](https://github.com/stdlib-js/stdlib/pull/7617) _(by stdlib-bot)_
2728
- [`1624fe5`](https://github.com/stdlib-js/stdlib/commit/1624fe52725211d1847426269dc004d1fc48acae) - **feat:** add `stats/strided/ztest2` [(#7464)](https://github.com/stdlib-js/stdlib/pull/7464) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ import ztest2 = require( './index' );
122122
ztest2( x.length, y.length, 'two-sided', 0.05, 0.0, ( x: number ): number => x, x, 1, 1.0, y, 1, new Float64Results() ); // $ExpectError
123123
}
124124

125-
// The compiler throws an error if the function is provided a seventh argument which is not a an array-like object...
125+
// The compiler throws an error if the function is provided a seventh argument which is not an array-like object...
126126
{
127127
const x = new Float64Array( 10 );
128128
const y = new Float64Array( 10 );

0 commit comments

Comments
 (0)