Skip to content

Commit 733571c

Browse files
bathosMs2ger
authored andcommitted
effective overload set can concern constructor ops or named constructors, not both at once
1 parent 0695f46 commit 733571c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,9 +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
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=].
3381+
if the [=effective overload set=] is for [=regular operations=],
3382+
[=static operations=], or [=constructor operations=]; and it is an [=extended attribute=]
3383+
if the [=effective overload set=] is for [=named constructors=].
33843384
* A <dfn>type list</dfn> is a [=list=] of IDL types.
33853385
* An <dfn>optionality list</dfn> is a [=list=] of
33863386
three possible <dfn id="dfn-optionality-value" export>optionality values</dfn>

0 commit comments

Comments
 (0)