diff --git a/index.bs b/index.bs index d627c3f0..800c5535 100644 --- a/index.bs +++ b/index.bs @@ -11909,9 +11909,10 @@ use standard ECMAScript Array iterator objects. When a [=default iterator object=] is first created, its index is set to 0. -The [=class string=] of a [=default iterator object=] for a given [=interface=] -is the result of concatenating the [=identifier=] of the [=interface=] -and the string " Iterator". +[=Default iterator objects=] do not have [=class strings=]; when Object.prototype.toString() is called on a [=default +iterator object=] of a given [=interface=], the [=class string=] of the +[=iterator prototype object=] of that [=interface=] is used.
Iterator prototype object