Merge pull request #59 from jasondavies/typo

Fix typo in comment.
redux
David Majda 12 years ago
commit 433c278e5d

@ -64,7 +64,7 @@ LineTerminatorSequence "end of line"
= "\n" = "\n"
/ "\r\n" / "\r\n"
/ "\r" / "\r"
/ "\u2028" // line spearator / "\u2028" // line separator
/ "\u2029" // paragraph separator / "\u2029" // paragraph separator
Comment "comment" Comment "comment"

Loading…
Cancel
Save