Skip to content

Commit 691ad67

Browse files
committed
Merge branch 'master' of github.com:facebook/immutable-js
2 parents 923a41e + cd4c872 commit 691ad67

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)