0
0

✏️ fix typo chekc

This commit is contained in:
DrMaxNix 2022-09-09 13:29:16 +02:00
parent 3b96c7e89c
commit bfbd49c9fe

View File

@ -485,7 +485,7 @@ class Juicescript_lexer {
let identifier = this.source.substring(this.start, this.end); let identifier = this.source.substring(this.start, this.end);
// CHEKC IF THIS IS A SUFFIXED FLAG // // CHECK IF THIS IS A SUFFIXED FLAG //
// has `:` after it? // has `:` after it?
if(this.match(":")){ if(this.match(":")){
// add token // add token