We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d40220 commit 905a042Copy full SHA for 905a042
lib/node_modules/@stdlib/ndarray/iter/indices/docs/types/test.ts
@@ -30,7 +30,7 @@ import nditerIndices = require( './index' );
30
nditerIndices( x.shape, {} ); // $ExpectType Iterator<number[]>
31
}
32
33
-// The compiler throws an error if the function is provided a first argument which is not an ndarray...
+// The compiler throws an error if the function is provided a first argument which is not an ndarray shape...
34
{
35
nditerIndices( '123' ); // $ExpectError
36
nditerIndices( 123 ); // $ExpectError
0 commit comments