Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Sep 23, 2024
1 parent 0cbd997 commit a6865e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ <h1>Atomics.Condition.waitFor ( _cv_, _mutexUnlockToken_, _timeout_ [ , _predica
1. If _predicate_ is not *undefined*, then
1. Set _satisfied_ to ToBoolean(? Call(_predicate_, *undefined*)).
1. If _satisfied_ is *true*, return *true*.
1. If _tMillis_ &le; 0, then return _satisfied_.
1. If _tMillis_ &le; 0, return _satisfied_.
1. Let _timeBeforeWait_ be the time value (UTC) identifying the current time.
1. Let _additionalTimeout_ be an implementation-defined non-negative mathematical value.
1. Let _timeoutTime_ be ℝ(_timeBeforeWait_) + _tMillis_ + _additionalTimeout_.
Expand All @@ -1888,7 +1888,7 @@ <h1>Atomics.Condition.waitFor ( _cv_, _mutexUnlockToken_, _timeout_ [ , _predica
1. If _waiterRecord_.[[Result]] is *"ok"*, then
1. Set _satisfied_ to *true*.
1. Else,
1. Assert: _waitierRecord_.[[Result]] is *"timed-out"*.
1. Assert: _waiterRecord_.[[Result]] is *"timed-out"*.
1. Set _satisfied_ to *false*.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit a6865e7

Please sign in to comment.