We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1532f2 commit 2fce187Copy full SHA for 2fce187
_overviews/scala3-book/types-intersection.md
@@ -14,7 +14,7 @@ The type `A & B` represents values that are **both** of the type `A` and of the
14
For instance, the following example uses the intersection type `Resettable & Growable[String]`:
15
16
{% tabs reset-grow class=tabs-scala-version %}
17
-{% tab 'Scala 3' %}
+{% tab 'Scala 3 Only' %}
18
19
```scala
20
trait Resettable:
0 commit comments