Skip to content

Commit cb73c69

Browse files
committed
Markup: remove stray </ins> tag (tc39#1791)
This correction was noted here: tc39#1791 (comment) but omitted in the PR merge.
1 parent c72089f commit cb73c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18010,7 +18010,7 @@ <h1>EnumerateObjectProperties ( _O_ )</h1>
1801018010

1801118011
<emu-note>
1801218012
<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>
18013-
<p>The following is an informative definition of an ECMAScript generator function that conforms to these rules:</ins></p>
18013+
<p>The following is an informative definition of an ECMAScript generator function that conforms to these rules:</p>
1801418014
<pre><code class="javascript">
1801518015
function* EnumerateObjectProperties(obj) {
1801618016
const visited = new Set();

0 commit comments

Comments
 (0)