Skip to content

Commit 22a7a81

Browse files
committed
Fix typos
1 parent 80c91ee commit 22a7a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/new-types/type-lambdas-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Abstract types and opaque type aliases remember the variances they were created
9191
```scala
9292
def F2[-A, +B]
9393
```
94-
is known to be covariant in `A` and contravariant in `B` and can be instantiated only
94+
is known to be contravariant in `A` and covariant in `B` and can be instantiated only
9595
with types that satisfy these constraints. Likewise
9696
```scala
9797
opaque type O[X] = List[X]

0 commit comments

Comments
 (0)