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

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit cd4c872

Browse files
committed
Merge pull request #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