diff --git a/type-definitions/Immutable.d.ts b/type-definitions/Immutable.d.ts index 6bf4b89b46..47ba683285 100644 --- a/type-definitions/Immutable.d.ts +++ b/type-definitions/Immutable.d.ts @@ -1714,7 +1714,7 @@ declare module 'immutable' { * Returns a new Iterable of the same type containing all entries except * the first. */ - rest(): /*this*/Iterable + rest(): /*this*/Iterable; /** * Returns a new Iterable of the same type containing all entries except