Skip to content

Commit 8118d99

Browse files
caubmarijnh
authored andcommitted
fix SuperCall comment
1 parent 4547bd1 commit 8118d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acorn/src/expression.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ pp.parseExprAtom = function(refDestructuringErrors) {
333333
// super [ Expression ]
334334
// super . IdentifierName
335335
// SuperCall:
336-
// super Arguments
336+
// super ( Arguments )
337337
if (this.type !== tt.dot && this.type !== tt.bracketL && this.type !== tt.parenL)
338338
this.unexpected()
339339
return this.finishNode(node, "Super")

0 commit comments

Comments
 (0)