Skip to content

Commit 2c0530d

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

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
@@ -2798,7 +2798,7 @@ A compile-time error occurs unless all of the following are true for an override
27982798
> }
27992799
> ```
28002800
>
2801-
> Without the type parameters in the overriding methods, the compiler wont know which base method is being overridden. *end example*
2801+
> Without the type parameter constraints in the overriding methods, the compiler wont know which base method is being overridden. *end example*
28022802
28032803
An override declaration can access the overridden base method using a *base_access* ([§12.8.15](expressions.md#12815-base-access)).
28042804

0 commit comments

Comments
 (0)