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 e36312b commit f79e419Copy full SHA for f79e419
src/main/scala/scalatutorial/sections/PolymorphicTypes.scala
@@ -424,7 +424,7 @@ object PolymorphicTypes extends ScalaTutorialSection {
424
* This passes variance checks, because:
425
*
426
* - covariant type parameters may appear in lower bounds of method type parameters
427
- * - contravariant type parameters may appear in upper bounds of method
+ * - contravariant type parameters may appear in upper bounds of method type parameters
428
429
* = Exercise =
430
0 commit comments