Skip to content

Commit 8889cf9

Browse files
committed
typo
1 parent a45a02d commit 8889cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/lexer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function makeToken(
130130
*
131131
* This skips over whitespace and comments until it finds the next lexable
132132
* token, then lexes punctuators immediately or calls the appropriate helper
133-
* fucntion for more complicated tokens.
133+
* function for more complicated tokens.
134134
*/
135135
function readToken(source: Source, fromPosition: number): Token {
136136
var body = source.body;

0 commit comments

Comments
 (0)