Fix typo in JavaScript example grammar

Fixes GH-62.
redux
David Majda 12 years ago
parent 433c278e5d
commit 8ae3eea7c4

@ -630,7 +630,7 @@ CallExpression
switch (argumentsOrAccessors[i].type) {
case "FunctionCallArguments":
result = {
type: "FuctionCall",
type: "FunctionCall",
name: result,
arguments: argumentsOrAccessors[i].arguments
};

Loading…
Cancel
Save