From f7a9520f3f83583289b63ff0443c7a3ba43cfb6d Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 16 Sep 2022 18:13:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20wrong=20constructor?= =?UTF-8?q?=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.js b/src/parser.js index a0cc783..f6e20c8 100644 --- a/src/parser.js +++ b/src/parser.js @@ -1,6 +1,6 @@ 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){ // STORE ARGUMENTS //