Skip to content

Commit efd4af9

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent a99551c commit efd4af9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/strided/sztest2/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/strided/sztest2/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ import sztest2 = require( './index' );
122122
sztest2( x.length, y.length, 'two-sided', 0.05, 0.0, ( x: number ): number => x, x, 1, 1.0, y, 1, new Float32Results() ); // $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 Float32Array( 10 );
128128
const y = new Float32Array( 10 );

0 commit comments

Comments
 (0)