From 338a6d56cc6c7e72da5f1d5bdc63143d29f5134f Mon Sep 17 00:00:00 2001 From: Gabe Levi Date: Wed, 28 Jan 2015 18:58:48 -0500 Subject: [PATCH] Update Immutable.d.ts Noticed a missing semicolon --- type-definitions/Immutable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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