Browse Source

Fix typo in JavaScript example grammar

Fixes GH-62.
redux
David Majda 11 years ago
parent
commit
8ae3eea7c4
  1. 2
      examples/javascript.pegjs

2
examples/javascript.pegjs

@ -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