We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93ee24 commit 225a115Copy full SHA for 225a115
index.bs
@@ -4156,7 +4156,7 @@ Prose accompanying an [=interface=] with a [=pair iterator=] must define a [=/li
4156
(a) on interfaces that do not
4157
[=support indexed properties=],
4158
or (b) with a forEach method that instead invokes its callback like
4159
- Set.protoype.forEach (where the key is the same as the value).
+ Set.prototype.forEach (where the key is the same as the value).
4160
If you’re creating an API that needs such a forEach method, please
4161
<a href="https://github.com/heycam/webidl/issues/new?title=Enhancement%20request%20for%20Iterables">file an issue</a>.
4162
0 commit comments