Skip to content

Commit

Permalink
Fix typo in JavaScript example grammar
Browse files Browse the repository at this point in the history
Fixes pegjsGH-62.
  • Loading branch information
dmajda authored and lmorchard committed Mar 6, 2012
1 parent 666c989 commit 3d065bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/javascript.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ CallExpression
switch (argumentsOrAccessors[i].type) {
case "FunctionCallArguments":
result = {
type: "FuctionCall",
type: "FunctionCall",
name: result,
arguments: argumentsOrAccessors[i].arguments
};
Expand Down

0 comments on commit 3d065bc

Please sign in to comment.