From 2294ef88919ef9175ef76c63c005af2d3e286f80 Mon Sep 17 00:00:00 2001 From: pcbro <2bux89+dk3zspjmuh16o@sharklasers.com> Date: Wed, 13 Jan 2016 23:43:41 +0100 Subject: [PATCH] Update utilities.ts --- src/compiler/utilities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/utilities.ts b/src/compiler/utilities.ts index 7bc708c717..3553430bcd 100644 --- a/src/compiler/utilities.ts +++ b/src/compiler/utilities.ts @@ -779,7 +779,7 @@ namespace ts { * Given an super call\property node returns a closest node where either * - super call\property is legal in the node and not legal in the parent node the node. * i.e. super call is legal in constructor but not legal in the class body. - * - node is arrow function (so caller might need to call getSuperContainer in case if he needs to climb higher) + * - node is arrow function (so caller might need to call getSuperContainer in case it needs to climb higher) * - super call\property is definitely illegal in the node (but might be legal in some subnode) * i.e. super property access is illegal in function declaration but can be legal in the statement list */