File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4087,7 +4087,7 @@ that have [=members=] with these names.
4087
4087
4088
4088
typeof SessionManager.prototype.values; // Evaluates to "function"
4089
4089
var it = sm.values(); // values() returns an iterator object
4090
- <!-- String(it); // Evaluates to "[object SessionManagerIterator ]"
4090
+ <!-- String(it); // Evaluates to "[object SessionManager Iterator ]"
4091
4091
// TODO: https://github.com/heycam/webidl/issues/419 -->
4092
4092
typeof it.next; // Evaluates to "function"
4093
4093
@@ -11913,7 +11913,7 @@ its index is set to 0.
11913
11913
11914
11914
The [=class string=] of a [=default iterator object=] for a given [=interface=]
11915
11915
is the result of concatenating the [=identifier=] of the [=interface=]
11916
- and the string "<code>Iterator</code>".
11916
+ and the string "<code> Iterator</code>".
11917
11917
11918
11918
11919
11919
<h5 id="es-iterator-prototype-object">Iterator prototype object</h5>
@@ -11977,7 +11977,7 @@ must be {{%IteratorPrototype%}}.
11977
11977
11978
11978
The [=class string=] of an [=iterator prototype object=] for a given [=interface=]
11979
11979
is the result of concatenating the [=identifier=] of the [=interface=]
11980
- and the string "<code>Iterator</code>".
11980
+ and the string "<code> Iterator</code>".
11981
11981
11982
11982
11983
11983
<h4 id="es-maplike">Maplike declarations</h4>
You can’t perform that action at this time.
0 commit comments