From 16f238a64daeb3bde04ae661b53e6e8993e98064 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 11 Apr 2010 12:41:25 +0200 Subject: [PATCH] Fixed comment heading. --- lib/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler.js b/lib/compiler.js index 4055e32..830add9 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -57,7 +57,7 @@ PEG.buildParser = function(grammar, startRule) { PEG.Grammar = {}; -/* ===== PEG.GrammarError ===== */ +/* ===== PEG.Grammar.GrammarError ===== */ /* Thrown when the grammar contains an error. */