Skip to content

Commit 6d5713e

Browse files
committed
Auto-generated commit
1 parent d7b2bb9 commit 6d5713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)