0
0

✏️ fix wrong constructor description

This commit is contained in:
DrMaxNix 2022-09-16 18:13:42 +02:00
parent 2175363dbf
commit f7a9520f3f

View File

@ -1,6 +1,6 @@
class Juicescript_parser { class Juicescript_parser {
/* /*
CONSTRUCTOR: Return new juicescript lexer for SOURCE with OPTIONS CONSTRUCTOR: Return new juicescript parser for TOKEN-LIST with OPTIONS
*/ */
constructor(token_list, options){ constructor(token_list, options){
// STORE ARGUMENTS // // STORE ARGUMENTS //