Skip to content

Commit c87ac43

Browse files
authored
Allow same identifier in static and regular ops
Closes #1097.
1 parent dbde1ea commit c87ac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,8 +2048,8 @@ Note: The identifier can be the same
20482048
as that of another operation on the interface, however.
20492049
This is how operation overloading is specified.
20502050

2051-
The [=identifier=] of a [=static operation=]
2052-
also must not be the same as the identifier
2051+
Note: The [=identifier=] of a [=static operation=]
2052+
can be the same as the identifier
20532053
of a [=regular operation=]
20542054
defined on the same [=interface=].
20552055

0 commit comments

Comments
 (0)