Skip to content

Commit d63b7c7

Browse files
Nigel-EcmaBillWagner
authored andcommitted
Update standard/classes.md
Fixes a typo Co-authored-by: Bill Wagner <[email protected]>
1 parent 8c38232 commit d63b7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@ A compile-time error occurs unless all of the following are true for an override
28002800
>
28012801
> Without the type parameters in the overriding methods, the compiler wont know which base method is being overridden. *end example*
28022802
2803-
An override declaration can access the overridden base method using a *base_access* ([§12.8.14](expressions.md#12814-base-access)).
2803+
An override declaration can access the overridden base method using a *base_access* ([§12.8.15](expressions.md#12815-base-access)).
28042804
28052805
> *Example*: In the following code
28062806
>

0 commit comments

Comments
 (0)