From a42f54c299673e1c8c91b50ab1d007a942a513a2 Mon Sep 17 00:00:00 2001 From: chicoxyzzy Date: Sat, 31 Oct 2020 00:09:50 +0300 Subject: [PATCH] delete forgotten dot --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index f3c43ed3306..9f8d764683b 100644 --- a/spec.html +++ b/spec.html @@ -39911,7 +39911,7 @@

`Promise.all` Resolve Element Functions

When a `Promise.all` resolve element function is called with argument _x_, the following steps are taken:

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]].