Skip to content

Commit

Permalink
Editorial: Fix two simple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck authored and michaelficarra committed Oct 21, 2024
1 parent 8e38176 commit 1fb61b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -42336,7 +42336,7 @@ <h1>Abstract Operations For Set Objects</h1>

<emu-clause id="sec-set-records">
<h1>Set Records</h1>
<p>An <dfn variants="Set Records">Set Record</dfn> is a Record value used to encapsulate the interface of a Set or similar object.</p>
<p>A <dfn variants="Set Records">Set Record</dfn> is a Record value used to encapsulate the interface of a Set or similar object.</p>
<p>Set Records have the fields listed in <emu-xref href="#table-set-record-fields"></emu-xref>.</p>
<emu-table id="table-set-record-fields" caption="Set Record Fields">
<table>
Expand Down Expand Up @@ -45516,7 +45516,7 @@ <h1>Atomics.wait ( _typedArray_, _index_, _value_, _timeout_ )</h1>

<emu-clause id="sec-atomics.waitasync">
<h1>Atomics.waitAsync ( _typedArray_, _index_, _value_, _timeout_ )</h1>
<p>This function returns a Promise that is resolved when the calling agent is notified or the the timeout is reached.</p>
<p>This function returns a Promise that is resolved when the calling agent is notified or the timeout is reached.</p>
<p>It performs the following steps when called:</p>
<emu-alg>
1. Return ? DoWait(~async~, _typedArray_, _index_, _value_, _timeout_).
Expand Down

0 comments on commit 1fb61b0

Please sign in to comment.