Skip to content

Commit 041fe5a

Browse files
committed
Auto-generated commit
1 parent 89a033f commit 041fe5a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-09-01T01:06:20.061Z
1+
2022-10-01T01:31:08.377Z

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function identity( x: any ): any {
5454
mapFun( identity, {} ); // $ExpectError
5555
}
5656

57-
// The function does not compile if provided fewer than two arguments...
57+
// The compiler throws an error if the function is provided fewer than two arguments...
5858
{
5959
mapFun(); // $ExpectError
6060
mapFun( identity ); // $ExpectError

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// MODULES //
3838

39-
var mapFun = require( './map_function.js' );
39+
var mapFun = require( './main.js' );
4040

4141

4242
// EXPORTS //
File renamed without changes.

0 commit comments

Comments
 (0)