Skip to content

Commit

Permalink
Markup: remove stray </ins> tag (#1791)
Browse files Browse the repository at this point in the history
This correction was noted here: #1791 (comment)
but omitted in the PR merge.
  • Loading branch information
ljharb committed Jan 3, 2020
1 parent c72089f commit cb73c69
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 @@ -18010,7 +18010,7 @@ <h1>EnumerateObjectProperties ( _O_ )</h1>

<emu-note>
<p>Hosts are not required to implement the algorithm in <emu-xref href="#sec-%foriniteratorprototype%.next"></emu-xref> directly. They may choose any implementation whose behavior will not deviate from that algorithm unless one of the constraints in the previous paragraph is violated.</p>
<p>The following is an informative definition of an ECMAScript generator function that conforms to these rules:</ins></p>
<p>The following is an informative definition of an ECMAScript generator function that conforms to these rules:</p>
<pre><code class="javascript">
function* EnumerateObjectProperties(obj) {
const visited = new Set();
Expand Down

0 comments on commit cb73c69

Please sign in to comment.