Skip to content

Commit

Permalink
Fix typo in Completion Record prose
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh committed Jul 8, 2020
1 parent f3d2ad9 commit dacedc4
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 @@ -4027,7 +4027,7 @@ <h1>The Set and Relation Specification Types</h1>
<emu-clause id="sec-completion-record-specification-type" aoid="Completion">
<h1>The Completion Record Specification Type</h1>
<p>The Completion type is a Record used to explain the runtime propagation of values and control flow such as the behaviour of statements (`break`, `continue`, `return` and `throw`) that perform nonlocal transfers of control.</p>
<p>Values of the Completion type are Record values whose fields are defined as by <emu-xref href="#table-8"></emu-xref>. Such values are referred to as <dfn>Completion Record</dfn>s.</p>
<p>Values of the Completion type are Record values whose fields are defined by <emu-xref href="#table-8"></emu-xref>. Such values are referred to as <dfn>Completion Record</dfn>s.</p>
<emu-table id="table-8" caption="Completion Record Fields">
<table>
<tbody>
Expand Down

0 comments on commit dacedc4

Please sign in to comment.