Skip to content

Commit

Permalink
Merge pull request #256 from phillipalexander/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
zaach committed Nov 3, 2014
2 parents f57a903 + df6e957 commit 245f6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/phraser.jison
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* description: Parses words out of html, ignouring html in the parse, but returning it in the end */
/* description: Parses words out of html, ignoring html in the parse, but returning it in the end */

/* lexical grammar */
%lex
Expand Down Expand Up @@ -43,4 +43,4 @@ content
if (!yy.lexer.charHandler) yy.lexer.charHandler = function(char) {return char;};
$$ = yy.lexer.charHandler(yytext);
}
;
;

0 comments on commit 245f6dd

Please sign in to comment.