Skip to content

Commit

Permalink
missed one spot to update typo yyloc --> yylloc -- probably due to sc…
Browse files Browse the repository at this point in the history
…rewup in git push/pull as I was working on two platforms at the same time :-( )
  • Loading branch information
GerHobbelt committed Jan 11, 2013
1 parent 93b2d96 commit b7b7893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jison.js
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ lrGeneratorMixin.generateModule = function generateModule (opt) {
+ " line: (yylineno)\n"
+ " }\n"
+ " while parser (grammar) errors will also provide these members, i.e. parser errors deliver a superset of attributes: {\n"
+ " loc: (yyloc)\n"
+ " loc: (yylloc)\n"
+ " expected: (string describing the set of expected tokens)\n"
+ " recoverable: (boolean: TRUE when the parser has a error recovery rule available for this particular error)\n"
+ " }\n"
Expand Down

0 comments on commit b7b7893

Please sign in to comment.