Skip to content

Commit

Permalink
Editorial: Fix typo (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick authored and ljharb committed Nov 15, 2024
1 parent 284c7a0 commit 5881c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -42040,7 +42040,7 @@ <h1>Map ( [ _iterable_ ] )</h1>
1. Return ? AddEntriesFromIterable(_map_, _iterable_, _adder_).
</emu-alg>
<emu-note>
<p>If the parameter _iterable_ is present, it is expected to be an object that implements an %Symbol.iterator% method that returns an iterator object that produces a two element array-like object whose first element is a value that will be used as a Map key and whose second element is the value to associate with that key.</p>
<p>If the parameter _iterable_ is present, it is expected to be an object that implements a %Symbol.iterator% method that returns an iterator object that produces a two element array-like object whose first element is a value that will be used as a Map key and whose second element is the value to associate with that key.</p>
</emu-note>
</emu-clause>

Expand Down Expand Up @@ -42072,7 +42072,7 @@ <h1>
1. IfAbruptCloseIterator(_status_, _iteratorRecord_).
</emu-alg>
<emu-note>
<p>The parameter _iterable_ is expected to be an object that implements an %Symbol.iterator% method that returns an iterator object that produces a two element array-like object whose first element is a value that will be used as a Map key and whose second element is the value to associate with that key.</p>
<p>The parameter _iterable_ is expected to be an object that implements a %Symbol.iterator% method that returns an iterator object that produces a two element array-like object whose first element is a value that will be used as a Map key and whose second element is the value to associate with that key.</p>
</emu-note>
</emu-clause>
</emu-clause>
Expand Down Expand Up @@ -43031,7 +43031,7 @@ <h1>WeakMap ( [ _iterable_ ] )</h1>
1. Return ? AddEntriesFromIterable(_map_, _iterable_, _adder_).
</emu-alg>
<emu-note>
<p>If the parameter _iterable_ is present, it is expected to be an object that implements an %Symbol.iterator% method that returns an iterator object that produces a two element array-like object whose first element is a value that will be used as a WeakMap key and whose second element is the value to associate with that key.</p>
<p>If the parameter _iterable_ is present, it is expected to be an object that implements a %Symbol.iterator% method that returns an iterator object that produces a two element array-like object whose first element is a value that will be used as a WeakMap key and whose second element is the value to associate with that key.</p>
</emu-note>
</emu-clause>
</emu-clause>
Expand Down

0 comments on commit 5881c1f

Please sign in to comment.