Skip to content

Commit 225a115

Browse files
anpolbzbarsky
authored andcommitted
Fix typo: protoype (#834)
1 parent d93ee24 commit 225a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4156,7 +4156,7 @@ Prose accompanying an [=interface=] with a [=pair iterator=] must define a [=/li
41564156
(a) on interfaces that do not
41574157
[=support indexed properties=],
41584158
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).
4159+
Set.prototype.forEach (where the key is the same as the value).
41604160
If you’re creating an API that needs such a forEach method, please
41614161
<a href="https://github.com/heycam/webidl/issues/new?title=Enhancement%20request%20for%20Iterables">file an issue</a>.
41624162

0 commit comments

Comments
 (0)