Skip to content

Commit

Permalink
Editorial: remove extra 'function' word
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick committed Aug 25, 2024
1 parent ac21460 commit 13503db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -10516,7 +10516,7 @@ <h1>WithBaseObject ( ): an Object or *undefined*</h1>

<emu-clause id="sec-function-environment-records" oldids="function-environment">
<h1>Function Environment Records</h1>
<p>A <dfn variants="Function Environment Records">Function Environment Record</dfn> is a Declarative Environment Record that is used to represent the top-level scope of a function and, if the function is not an |ArrowFunction|, provides a `this` binding. If a function is not an |ArrowFunction| function and references `super`, its Function Environment Record also contains the state that is used to perform `super` method invocations from within the function.</p>
<p>A <dfn variants="Function Environment Records">Function Environment Record</dfn> is a Declarative Environment Record that is used to represent the top-level scope of a function and, if the function is not an |ArrowFunction|, provides a `this` binding. If a function is not an |ArrowFunction| and references `super`, its Function Environment Record also contains the state that is used to perform `super` method invocations from within the function.</p>
<p>Function Environment Records have the additional state fields listed in <emu-xref href="#table-additional-fields-of-function-environment-records"></emu-xref>.</p>
<emu-table id="table-additional-fields-of-function-environment-records" caption="Additional Fields of Function Environment Records" oldids="table-16">
<table>
Expand Down

0 comments on commit 13503db

Please sign in to comment.