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 @@ -4034,7 +4034,7 @@ that have [=members=] with these names.
4034
4034
4035
4035
typeof SessionManager.prototype.values; // Evaluates to "function"
4036
4036
var it = sm.values(); // values() returns an iterator object
4037
- <!-- String(it); // Evaluates to "[object SessionManagerIterator ]"
4037
+ <!-- String(it); // Evaluates to "[object SessionManager Iterator ]"
4038
4038
// TODO: https://github.com/heycam/webidl/issues/419 -->
4039
4039
typeof it.next; // Evaluates to "function"
4040
4040
@@ -11837,7 +11837,7 @@ its index is set to 0.
11837
11837
11838
11838
The [=class string=] of a [=default iterator object=] for a given [=interface=]
11839
11839
is the result of concatenating the [=identifier=] of the [=interface=]
11840
- and the string "<code>Iterator</code>".
11840
+ and the string "<code> Iterator</code>".
11841
11841
11842
11842
11843
11843
<h5 id="es-iterator-prototype-object">Iterator prototype object</h5>
@@ -11901,7 +11901,7 @@ must be {{%IteratorPrototype%}}.
11901
11901
11902
11902
The [=class string=] of an [=iterator prototype object=] for a given [=interface=]
11903
11903
is the result of concatenating the [=identifier=] of the [=interface=]
11904
- and the string "<code>Iterator</code>".
11904
+ and the string "<code> Iterator</code>".
11905
11905
11906
11906
11907
11907
<h4 id="es-maplike">Maplike declarations</h4>
You can’t perform that action at this time.
0 commit comments