From 26061c0e5e4b62fae91a7127b46c1efa8b94c4b4 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Tue, 6 Apr 2021 10:47:34 -0700 Subject: [PATCH] Editorial: suppress spurious linking of "Contains" (#2369) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index af6913ec60..6c6932c0d1 100644 --- a/spec.html +++ b/spec.html @@ -8909,7 +8909,7 @@

Global Environment Records

Declarative Environment Record - Contains bindings for all declarations in global code for the associated realm code except for |FunctionDeclaration|, |GeneratorDeclaration|, |AsyncFunctionDeclaration|, |AsyncGeneratorDeclaration|, and |VariableDeclaration| bindings. + Contains bindings for all declarations in global code for the associated realm code except for |FunctionDeclaration|, |GeneratorDeclaration|, |AsyncFunctionDeclaration|, |AsyncGeneratorDeclaration|, and |VariableDeclaration| bindings.