Skip to content

Commit 29c09f4

Browse files
Nigel-Ecmajnm2
authored andcommitted
Update standard/interfaces.md
Co-authored-by: Joseph Musser <[email protected]>
1 parent 5fff6a4 commit 29c09f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ A *type_parameter_constraints_clause* on an explicit interface method implementa
684684
> }
685685
> ```
686686
>
687-
> Without the type parameter constraints in the implementing methods, the compiler wont know which method is being implemented. *end example*
687+
> Without the type parameter constraint `where T : class`, the base method with the reference-typed type parameter cannot be overridden. *end example*
688688
<!-- markdownlint-disable MD028 -->
689689
690690
<!-- markdownlint-enable MD028 -->

0 commit comments

Comments
 (0)