From 63302b2263f23225000a1e2fd9b2cecb4b8e761e Mon Sep 17 00:00:00 2001 From: Matthias Dailey Date: Tue, 30 Jul 2019 10:44:16 -0400 Subject: [PATCH] (typo) close array in sample ast (arguments array) For posterity :+1: --- the-super-tiny-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the-super-tiny-compiler.js b/the-super-tiny-compiler.js index 411fa54..d9d8927 100755 --- a/the-super-tiny-compiler.js +++ b/the-super-tiny-compiler.js @@ -847,7 +847,7 @@ function traverser(ast, visitor) { * | type: 'NumberLiteral', * | value: '2' * | }] - * (sorry the other one is longer.) | } + * (sorry the other one is longer.) | }] * | } * | }] * | }