Skip to content

Commit 50f5b9f

Browse files
committed
Auto-generated commit
1 parent e04407b commit 50f5b9f

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
@@ -27,7 +27,7 @@ import dtypeEnum = require( './index' );
2727
dtypeEnum( 'beep' ); // $ExpectType number | null
2828
}
2929

30-
// The function does not compile if provided an argument which is not a collection...
30+
// The compiler throws an error if the function is provided an argument which is not a collection...
3131
{
3232
dtypeEnum( 2 ); // $ExpectError
3333
dtypeEnum( false ); // $ExpectError

0 commit comments

Comments
 (0)