We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45a02d commit 8889cf9Copy full SHA for 8889cf9
src/language/lexer.js
@@ -130,7 +130,7 @@ function makeToken(
130
*
131
* This skips over whitespace and comments until it finds the next lexable
132
* token, then lexes punctuators immediately or calls the appropriate helper
133
- * fucntion for more complicated tokens.
+ * function for more complicated tokens.
134
*/
135
function readToken(source: Source, fromPosition: number): Token {
136
var body = source.body;
0 commit comments