Fix comment typo
This commit is contained in:
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…
Reference in a new issue