diff --git a/_overviews/scala3-book/types-variance.md b/_overviews/scala3-book/types-variance.md index 017cb55cac..eb7c2658e0 100644 --- a/_overviews/scala3-book/types-variance.md +++ b/_overviews/scala3-book/types-variance.md @@ -146,4 +146,4 @@ In this section, we have encountered three different kinds of variance: This also holds for immutable collections. - **Consumers** are typically contravariant, and mark their type parameter with `-`. - Types that are **both** producers and consumers have to be invariant, and do not require any marking on their type parameter. - Immutable collections like `Array` fall into this category. + Mutable collections like `Array` fall into this category.