archives

« Bugzilla Issues Index

#2714 — 22.1.2.1 Array.from, Step 18 should follow 17.g (as 17.h)


Currently:

17. ...
g. ReturnIfAbrupt(defineStatus).
18. Increase k by 1.



Should read:

17. ...
g. ReturnIfAbrupt(defineStatus).
h. Increase k by 1.


fixed in rev24 editor's draft


fixed in rev24