Skip to content

Commit de5fd49

Browse files
committed
Auto-generated commit
1 parent 46f7868 commit de5fd49

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
@@ -28,7 +28,7 @@ import isPositiveInteger = require( './index' );
2828
isPositiveInteger( -2 ); // $ExpectType boolean
2929
}
3030

31-
// The function does not compile if provided a value other than a number...
31+
// The compiler throws an error if the function is provided a value other than a number...
3232
{
3333
isPositiveInteger( true ); // $ExpectError
3434
isPositiveInteger( false ); // $ExpectError

0 commit comments

Comments
 (0)