« Bugzilla Issues Index
#3527 — s/Iterator/Iterable/ in Array.from step 7 and TypedArrayFrom step 11
- bug_id:
3527
- creation_ts:
2015-01-15 06:19:00 -0800
- short_desc:
s/Iterator/Iterable/ in Array.from step 7 and TypedArrayFrom step 11
- delta_ts:
2015-01-15 16:19:01 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 30: December 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
ziyunfei
- assigned_to:
Allen Wirfs-Brock
- cc:
till
- commentid:
11365
- comment_count:
0
- who:
ziyunfei
- bug_when:
2015-01-15 06:19:01 -0800
"items is not an Iterator so assume it is an array-like object" should be:
"items is not an Iterable so assume it is an array-like object"
- commentid:
11391
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 11:27:31 -0800
fixed in rev31 editor's draft
- commentid:
11419
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:01 -0800
In Rev31