Skip to content

Commit 2fce187

Browse files
authored
Update types-intersection.md
1 parent f1532f2 commit 2fce187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/types-intersection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The type `A & B` represents values that are **both** of the type `A` and of the
1414
For instance, the following example uses the intersection type `Resettable & Growable[String]`:
1515

1616
{% tabs reset-grow class=tabs-scala-version %}
17-
{% tab 'Scala 3' %}
17+
{% tab 'Scala 3 Only' %}
1818

1919
```scala
2020
trait Resettable:

0 commit comments

Comments
 (0)