Skip to content

Commit 3fe535e

Browse files
js-choibakkot
andauthored
Update spec.html
Co-authored-by: Kevin Gibbons <[email protected]>
1 parent 74384a4 commit 3fe535e

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
@@ -75,7 +75,7 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapfn_ [ , _thisArg_ ] ] )</ins></h
7575
1. Let _mappedValue_ be Call(_mapfn_, _thisArg_, &laquo; _nextValue_, 𝔽(_k_) &raquo;).
7676
1. IfAbruptCloseAsyncIterator(_iteratorRecord_, _mappedValue_).
7777
1. Set _mappedValue_ to Await(_mappedValue_).
78-
1. IfAbruptCloseAsyncIterator(_iteratorRecord_, _mappedValue_).
78+
1. IfAbruptCloseAsyncIterator(_mappedValue_, _iteratorRecord_).
7979
1. Set _mappedValue_ to _mappedValue_.[[Value]].
8080
1. Else, let _mappedValue_ be _nextValue_.
8181
1. Let _defineStatus_ be CreateDataPropertyOrThrow(_A_, _Pk_, _mappedValue_).

0 commit comments

Comments
 (0)