Skip to content

Commit

Permalink
Update packages/babel-parser/src/tokenizer/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ng <bng412@gmail.com>
  • Loading branch information
JLHwung and existentialism committed May 21, 2021
1 parent 6402c9a commit d91625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/tokenizer/index.js
Expand Up @@ -205,7 +205,7 @@ export default class Tokenizer extends ParserErrors {
* `lineStart`, these properties are not listed in the LookaheadState interface
* and thus the returned value is _NOT_ reliable.
*
* The tokenizer should make best efforts to avoid using on parser states
* The tokenizer should make best efforts to avoid using any parser state
* other than those defined in LookaheadState
*
* @returns {LookaheadState}
Expand Down

0 comments on commit d91625c

Please sign in to comment.