Skip to content

Commit

Permalink
Fix typo in conversion.md (#1970)
Browse files Browse the repository at this point in the history
fixed a simple typo, that is "contravariant" is a single word.
  • Loading branch information
yuk7hi authored and Neal Gafter committed Oct 30, 2018
1 parent 10b672a commit 54df897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ class Test

The assignment to `d1` implicitly converts the method group `F` to a value of type `D1`.

The assignment to `d2` shows how it is possible to create a delegate to a method that has less derived (contra-variant) parameter types and a more derived (covariant) return type.
The assignment to `d2` shows how it is possible to create a delegate to a method that has less derived (contravariant) parameter types and a more derived (covariant) return type.

The assignment to `d3` shows how no conversion exists if the method is not applicable.

Expand Down

0 comments on commit 54df897

Please sign in to comment.