Skip to content

Commit 338a6d5

Browse files
committed
Update Immutable.d.ts
Noticed a missing semicolon
1 parent ee38270 commit 338a6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-definitions/Immutable.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ declare module 'immutable' {
17141714
* Returns a new Iterable of the same type containing all entries except
17151715
* the first.
17161716
*/
1717-
rest(): /*this*/Iterable<K, V>
1717+
rest(): /*this*/Iterable<K, V>;
17181718

17191719
/**
17201720
* Returns a new Iterable of the same type containing all entries except

0 commit comments

Comments
 (0)