From d386d3a35162913581fc46c6d63f357e4d8aad6f Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Sun, 9 Oct 2011 16:38:26 +0100 Subject: [PATCH] Fix typo in comment. --- examples/javascript.pegjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript.pegjs b/examples/javascript.pegjs index 229a582..9aec0fc 100644 --- a/examples/javascript.pegjs +++ b/examples/javascript.pegjs @@ -64,7 +64,7 @@ LineTerminatorSequence "end of line" = "\n" / "\r\n" / "\r" - / "\u2028" // line spearator + / "\u2028" // line separator / "\u2029" // paragraph separator Comment "comment"