Skip to content

Commit f05bc09

Browse files
committed
Auto-generated commit
1 parent bb310d2 commit f05bc09

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import nditerIndices = require( './index' );
5151
nditerIndices( ( x: number ): number => x, {} ); // $ExpectError
5252
}
5353

54-
// The compiler throws an error if the function is provided a second argument which is not a an object...
54+
// The compiler throws an error if the function is provided a second argument which is not an object...
5555
{
5656
const x = zeros( [ 2, 2 ] );
5757

0 commit comments

Comments
 (0)