8000 Merge pull request #299 from gabelevi/patch-1 · powercoder23/immutable-js@cd4c872 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd4c872

Browse files
committed
Merge pull request immutable-js#299 from gabelevi/patch-1
Add missing semicolon
2 parents ee38270 + 338a6d5 commit cd4c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-definitions/Immutable.d.ts

Lines changed: 1 addition & 1 deletion
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)
0