tc39 / ecma262

Status, process, and documents for ECMA-262
https://tc39.es/ecma262/
Other
14.85k stars 1.27k forks source link

[Editorial change (maybe typo)] Undefined VariableDeclarationEnvironment #3312

Open lgalfaso opened 2 months ago

lgalfaso commented 2 months ago

Description: Undefined VariableDeclarationEnvironment (maybe typo)

https://tc39.es/ecma262/#sec-variablestatements-in-catch-blocks Reads

At runtime, such bindings are instantiated in the VariableDeclarationEnvironment.

There are no other references in the spec about "VariableDeclarationEnvironment", would it be possible that this was intended to be "VariableDeclaration Environment" (this is, the environment that contains the VariableDeclaration?