From d33336368fc47ffc148039a8ce952b788608ead4 Mon Sep 17 00:00:00 2001 From: imteekay Date: Thu, 27 Jul 2023 13:58:48 -0300 Subject: [PATCH] * --- .../en/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx b/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx index a4cf8183..cde46552 100644 --- a/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx +++ b/content/allow-var-statements-to-declare-multiple-symbols-in-the-typescript-compiler/en/index.mdx @@ -538,7 +538,7 @@ We just need to iterate through the declarations, generate the JS output and joi ## Final words -In this piece of content, my goal was to show the whole implementation declaring multiple symbols for variables: +In this piece of content, my goal was to show the whole implementation of declaring multiple symbols for variables: - How to build tokens and structure the AST to support list of var declarations - How to type check lists