Skip to content

Commit 5ded307

Browse files
committed
Fix two typos (-varaint -> -variant)
1 parent 5dc3dbf commit 5ded307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/covariance-contravariance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ that makes sense, and similarly that there is no valid `Contravariant`
496496
instance.
497497

498498
__Exercise 3__: For each of the following newtype wrappers, determine if they
499-
are covaraint or contravaraint in their arguments:
499+
are covariant or contravariant in their arguments:
500500

501501
```haskell
502502
newtype E1 a = E1 (a -> ())

0 commit comments

Comments
 (0)