Skip to content

Commit 7acbf44

Browse files
committed
Editorial: Capture asyncItems in Abstract Closure
1 parent 444ba28 commit 7acbf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapper_ [ , _thisArg_ ] ] )</ins></
6969
<emu-alg>
7070
1. Let _C_ be the *this* value.
7171
1. Let _promiseCapability_ be ! NewPromiseCapability(%Promise%).
72-
1. Let _fromAsyncClosure_ be a new Abstract Closure with no parameters that captures _C_, _mapper_, and _thisArg_ and performs the following steps when called:
72+
1. Let _fromAsyncClosure_ be a new Abstract Closure with no parameters that captures _C_, _asyncItems_, _mapper_, and _thisArg_ and performs the following steps when called:
7373
1. If _mapper_ is *undefined*, let _mapping_ be *false*.
7474
1. Else,
7575
1. If IsCallable(_mapper_) is *false*, throw a *TypeError* exception.

0 commit comments

Comments
 (0)