Skip to content

Commit 5dcedce

Browse files
authored
Editorial: fix typo in the overload resolution algorithm
1 parent 29ea31b commit 5dcedce

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
@@ -10797,7 +10797,7 @@ Note: The HTML Standard defines how a security check is performed. [[!HTML]]
1079710797
1. Let |n| be the [=list/size=] of |args|.
1079810798
1. Initialize |argcount| to be min(|maxarg|, |n|).
1079910799
1. Remove from |S| all entries whose type list is not of length |argcount|.
10800-
1. If |S| is empty, then [=ECMAScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>}.
10800+
1. If |S| is empty, then [=ECMAScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
1080110801
1. Initialize |d| to −1.
1080210802
1. Initialize |method| to <emu-val>undefined</emu-val>.
1080310803
1. If there is more than one entry in |S|, then set

0 commit comments

Comments
 (0)