Programming Kotlin: should "variance" be "invariance"? (page 94)

Thank you for the question, Vlastimir.

Languages offer different variance for type in different situations, invariance, covariance, or contravariance. In the section we are going to review the type variance options.

Hope that helps.

Regards,

Venkat