« Bugzilla Issues Index
#4386 — Incorrect reference to internal value
- bug_id:
4386
- creation_ts:
2015-06-02 12:27:00 -0700
- short_desc:
Incorrect reference to internal value
- delta_ts:
2015-10-02 13:14:02 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 38: April 14, 2015 Final Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
mike
- assigned_to:
Allen Wirfs-Brock
- commentid:
14477
- comment_count:
0
- who:
mike
- bug_when:
2015-06-02 12:27:56 -0700
22.2.2.1.1 Runtime Semantics: TypedArrayFrom, step 8.j.ii states
> Let *kValue* be the first element of *values* and remove that element from
> *list*.
This appears to be a typo because ihis abstract operation does not define a
variable named "list". I believe the step should read:
> Let *kValue* be the first element of *values* and remove that element from
> *values*.
- commentid:
14484
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-06-08 16:36:19 -0700
fixed in rev 39 production draft