From a5d7cc11a47980e06b70636a8acffe0d31e26067 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Mon, 29 Jan 2018 02:02:17 +0000 Subject: [PATCH] ECMA, not ESMA --- lib/compiler/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler/js.js b/lib/compiler/js.js index 952ba58..9d1fb71 100644 --- a/lib/compiler/js.js +++ b/lib/compiler/js.js @@ -59,7 +59,7 @@ const js = { }, - // This is a list of reserved words for ESMA-262, 5th ed., 7.6.1 (strict mode) + // This is a list of reserved words for ECMA-262, 5th ed., 7.6.1 (strict mode) reservedWords: [ // Keyword