Editorial: fix description of Environment Record GetBindingValue#3814
Editorial: fix description of Environment Record GetBindingValue#3814michaelficarra wants to merge 3 commits intomainfrom
Conversation
|
The rendered spec preview for this PR is available as a single page at https://tc39.es/ecma262/pr/3814 and as multiple pages at https://tc39.es/ecma262/pr/3814/multipage . |
linusg
left a comment
There was a problem hiding this comment.
Let's also get rid of the A property named N wording, that makes no sense here. (evidently copied from Object env records where it does make sense preceded by It attempts to set the value of the Environment Record's associated binding object's property whose name is N to the value V.)
|
@linusg Well it's a Global Environment Record, so it is a property of the global object, right? |
|
I would not call bindings in the global environment's |
|
Then should we also change the description for |
|
Yes - FWIW I'm fine with just s/property/binding/ if you think keeping that sentence makes sense overall. |
This was probably a copy/paste error from SetMutableBinding.