Skip to content

Commit 84fb434

Browse files
committed
Fix markup in SE-0177 (missing backtick).
1 parent 44dd8c2 commit 84fb434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0117-non-public-subclassable-by-default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ a member of its superclass must have an access level that is at
196196
least the minimum of its class's access level and the overridden
197197
member's access level. Therefore, if the class is `open`, and the
198198
superclass method is `open`, the override must also be declared
199-
`open. As a special case, an override that would otherwise be
199+
`open`. As a special case, an override that would otherwise be
200200
required to be declared `open` may instead be declared `public`
201201
if it is `final` or a member of a `final` class.
202202

0 commit comments

Comments
 (0)