From 030ac3d6f94ef95777077a19f78aaf1b6cc22df6 Mon Sep 17 00:00:00 2001 From: Almad Date: Tue, 23 Oct 2012 03:49:21 +0300 Subject: [PATCH] Grammar typo --- src/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.js b/src/parser.js index d9f3c10..2a65190 100644 --- a/src/parser.js +++ b/src/parser.js @@ -30,7 +30,7 @@ PEG.parser = (function(){ var result = { /* - * Parses the input with a generated parser. If the parsing is successfull, + * Parses the input with a generated parser. If the parsing is successful, * returns a value explicitly or implicitly specified by the grammar from * which the parser was generated (see |PEG.buildParser|). If the parsing is * unsuccessful, throws |PEG.parser.SyntaxError| describing the error.