Fix comment typo

This commit is contained in:
David Majda 2010-05-21 20:34:17 +02:00
parent 76ed63c86e
commit d85bfcb2e9

View file

@ -130,7 +130,7 @@ PEG.StringUtils = {
PEG.RegExpUtils = { PEG.RegExpUtils = {
/* /*
* Escapes characters inside the string so that it can be used as a list of * Escapes characters inside the string so that it can be used as a list of
* characters in a character class of a regular expresion. * characters in a character class of a regular expression.
*/ */
quoteForClass: function(s) { quoteForClass: function(s) {
/* Based on ECMA-262, 5th ed., 7.8.5 & 15.10.1. */ /* Based on ECMA-262, 5th ed., 7.8.5 & 15.10.1. */