Skip to content

Commit ed0f221

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/why-scala-3.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 1360cae commit ed0f221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/why-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def add(a: Int, b: Int) = a + b
108108
This is more true than ever in Scala 3, such as when using [union types][union-types]:
109109

110110
{% tabs union %}
111-
{% tab 'Scala 3' for=union %}
111+
{% tab 'Scala 3 Only' for=union %}
112112
```scala
113113
// union type parameter
114114
def help(id: Username | Password) =

0 commit comments

Comments
 (0)