Skip to content

Commit 0695f46

Browse files
bathosMs2ger
authored andcommitted
effective overload set tuples: definition out of sync with new constructor ops
1 parent 8c71e7c commit 0695f46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,8 +3378,9 @@ The [=set/items=] of an [=effective overload set=] are [=tuples=] of the form
33783378
whose [=tuple/items=] are described below:
33793379

33803380
* A <dfn for="effective overload set tuple">callable</dfn> is an [=operation=]
3381-
if the [=effective overload set=] is for [=regular operations=] or [=static operations=]; and
3382-
it is an [=extended attribute=] if the [=effective overload set=] is for constructors or [=named constructors=].
3381+
if the [=effective overload set=] is for [=regular operations=] or
3382+
[=static operations=]; and it is either an [=operation=] or an [=extended attribute=]
3383+
if the [=effective overload set=] is for [=constructor operations=] and [=named constructors=].
33833384
* A <dfn>type list</dfn> is a [=list=] of IDL types.
33843385
* An <dfn>optionality list</dfn> is a [=list=] of
33853386
three possible <dfn id="dfn-optionality-value" export>optionality values</dfn>

0 commit comments

Comments
 (0)