We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911d07a commit 2294ef8Copy full SHA for 2294ef8
1 file changed
src/compiler/utilities.ts
@@ -779,7 +779,7 @@ namespace ts {
779
* Given an super call\property node returns a closest node where either
780
* - super call\property is legal in the node and not legal in the parent node the node.
781
* i.e. super call is legal in constructor but not legal in the class body.
782
- * - 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)
783
* - super call\property is definitely illegal in the node (but might be legal in some subnode)
784
* i.e. super property access is illegal in function declaration but can be legal in the statement list
785
*/
0 commit comments