Skip to content

Commit 905a042

Browse files
committed
docs: fix comment
1 parent 3d40220 commit 905a042

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/iter/indices/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/iter/indices/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import nditerIndices = require( './index' );
3030
nditerIndices( x.shape, {} ); // $ExpectType Iterator<number[]>
3131
}
3232

33-
// The compiler throws an error if the function is provided a first argument which is not an ndarray...
33+
// The compiler throws an error if the function is provided a first argument which is not an ndarray shape...
3434
{
3535
nditerIndices( '123' ); // $ExpectError
3636
nditerIndices( 123 ); // $ExpectError

0 commit comments

Comments
 (0)