Skip to content

Commit

Permalink
Editorial: Add 'additionally'
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed May 14, 2018
1 parent 57b6cf5 commit 8bdc750
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 @@ -1514,7 +1514,7 @@ <h1>Object Internal Methods and Internal Slots</h1>
</tbody>
</table>
</emu-table>
<p><emu-xref href="#table-6"></emu-xref> summarizes additional essential internal methods that are supported by objects that may be called as functions. A <dfn id="function-object">function object</dfn> is an object that supports the [[Call]] internal method. A <dfn id="constructor">constructor</dfn> is an object that supports the [[Construct]] internal method. A constructor must be a function object, and so is also referred to as a <em>constructor function</em>.</p>
<p><emu-xref href="#table-6"></emu-xref> summarizes additional essential internal methods that are supported by objects that may be called as functions. A <dfn id="function-object">function object</dfn> is an object that supports the [[Call]] internal method. A <dfn id="constructor">constructor</dfn> is an object that additionally supports the [[Construct]] internal method. A constructor must be a function object, and so is also referred to as a <em>constructor function</em>.</p>
<emu-table id="table-6" caption="Additional Essential Internal Methods of Function Objects">
<table>
<tbody>
Expand Down

0 comments on commit 8bdc750

Please sign in to comment.