Fix comment typo

redux
David Majda 8 years ago
parent d73a5208a0
commit b2d7f9e02f

@ -618,7 +618,7 @@ function generateBytecode(ast) {
} else {
/*
* IE considers regexps /[]/ and /[^]/ as syntactically invalid, so we
* translate them into euqivalents it can handle.
* translate them into equivalents it can handle.
*/
regexp = node.inverted ? '/^[\\S\\s]/' : '/^(?!)/';
}

Loading…
Cancel
Save