Skip to content

Commit 9edff29

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/domain-modeling-tools.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 25fc787 commit 9edff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/domain-modeling-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ val p = new Person("Robert Allen Zimmerman", "Harmonica Player")
6060
However, with [creator applications][creator] this isn’t required in Scala 3:
6161

6262
{% tabs class_3 %}
63-
{% tab 'Scala 2 and 3' for=class_3 %}
63+
{% tab 'Scala 3 Only' for=class_3 %}
6464

6565
```scala
6666
val p = Person("Robert Allen Zimmerman", "Harmonica Player")

0 commit comments

Comments
 (0)