Skip to content

Commit d22a9f4

Browse files
authored
docs: fix comment
Signed-off-by: Athan <[email protected]>
1 parent 17de504 commit d22a9f4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import dnanvariancewd = require( './index' );
121121
dnanvariancewd.ndarray( ( x: number ): number => x, 1, x, 1, 0 ); // $ExpectError
122122
}
123123

124-
// The compiler throws an error if the `ndarray` method is provided a first argument which is not a number...
124+
// The compiler throws an error if the `ndarray` method is provided a second argument which is not a number...
125125
{
126126
const x = new Float64Array( 10 );
127127

0 commit comments

Comments
 (0)