Skip to content

Commit

Permalink
delete forgotten dot
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Oct 30, 2020
1 parent ee71702 commit a42f54c
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 @@ -39911,7 +39911,7 @@ <h1>`Promise.all` Resolve Element Functions</h1>
<p>When a `Promise.all` resolve element function is called with argument _x_, the following steps are taken:</p>
<emu-alg>
1. Let _F_ be the active function object.
1. If _F_.[[AlreadyCalled]]. is *true*, return *undefined*.
1. If _F_.[[AlreadyCalled]] is *true*, return *undefined*.
1. Set _F_.[[AlreadyCalled]] to *true*.
1. Let _index_ be _F_.[[Index]].
1. Let _values_ be _F_.[[Values]].
Expand Down

0 comments on commit a42f54c

Please sign in to comment.