We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c38232 commit d63b7c7Copy full SHA for d63b7c7
standard/classes.md
@@ -2800,7 +2800,7 @@ A compile-time error occurs unless all of the following are true for an override
2800
>
2801
> Without the type parameters in the overriding methods, the compiler won’t know which base method is being overridden. *end example*
2802
2803
-An override declaration can access the overridden base method using a *base_access* ([§12.8.14](expressions.md#12814-base-access)).
+An override declaration can access the overridden base method using a *base_access* ([§12.8.15](expressions.md#12815-base-access)).
2804
2805
> *Example*: In the following code
2806
0 commit comments