Fix comment typo

redux
David Majda 14 years ago
parent 76ed63c86e
commit d85bfcb2e9

@ -130,7 +130,7 @@ PEG.StringUtils = {
PEG.RegExpUtils = {
/*
* 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) {
/* Based on ECMA-262, 5th ed., 7.8.5 & 15.10.1. */

Loading…
Cancel
Save