We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c91ee commit 22a7a81Copy full SHA for 22a7a81
docs/docs/reference/new-types/type-lambdas-spec.md
@@ -91,7 +91,7 @@ Abstract types and opaque type aliases remember the variances they were created
91
```scala
92
def F2[-A, +B]
93
```
94
-is known to be covariant in `A` and contravariant in `B` and can be instantiated only
+is known to be contravariant in `A` and covariant in `B` and can be instantiated only
95
with types that satisfy these constraints. Likewise
96
97
opaque type O[X] = List[X]
0 commit comments