diff --git a/spec.html b/spec.html index 482e4bbe07..447159c91b 100644 --- a/spec.html +++ b/spec.html @@ -30296,7 +30296,7 @@

Properties of String Iterator Instances

[[StringIteratorNextIndex]] - The integer index of the next string index to be examined by this iteration. + The integer index of the next string element (code unit) to be examined by this iteration. @@ -34096,7 +34096,7 @@

Properties of Array Iterator Instances

[[ArrayIteratorNextIndex]] - The integer index of the next integer index to be examined by this iteration. + The integer index of the next array element to be examined by this iteration.