Skip to content

Commit 8c38232

Browse files
Nigel-Ecmajskeet
andcommitted
Update standard/interfaces.md
Fixes a typo Co-authored-by: Jon Skeet <[email protected]>
1 parent 50e482c commit 8c38232

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
@@ -679,7 +679,7 @@ If *type_parameter_constraints_clause*s are present in an explicit interface met
679679
> }
680680
> ```
681681
>
682-
> Without the type parameters in the implementing methods, the compiler wont know which method is being implemented. *end example*
682+
> Without the type parameter constraints in the implementing methods, the compiler wont know which method is being implemented. *end example*
683683
<!-- markdownlint-disable MD028 -->
684684
685685
<!-- markdownlint-enable MD028 -->

0 commit comments

Comments
 (0)