Skip to content

Commit a46172e

Browse files
authored
spec: Await next value with default map ƒ
Fixes #19 CC: @nicolo-ribaudo.
1 parent 6745c59 commit a46172e

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
@@ -77,7 +77,7 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapfn_ [ , _thisArg_ ] ] )</ins></h
7777
1. Set _mappedValue_ to Await(_mappedValue_).
7878
1. IfAbruptCloseAsyncIterator(_iteratorRecord_, _mappedValue_).
7979
1. Set _mappedValue_ to _mappedValue_.[[Value]].
80-
1. Else, let _mappedValue_ be _nextValue_.
80+
1. Else, let _mappedValue_ be Await(_nextValue_).
8181
1. Let _defineStatus_ be CreateDataPropertyOrThrow(_A_, _Pk_, _mappedValue_).
8282
1. If _defineStatus_ is an abrupt completion, return ? AsyncIteratorClose(_iteratorRecord_, _defineStatus_).
8383
1. Set _k_ to _k_ + 1.

0 commit comments

Comments
 (0)