Skip to content

Commit 5f38363

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/taste-toplevel-definitions.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 56483db commit 5f38363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-toplevel-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ next-page: taste-summary
1212
In Scala 3, all kinds of definitions can be written at the “top level” of your source code files.
1313
For instance, you can create a file named _MyCoolApp.scala_ and put these contents into it:
1414

15-
{% tabs toplevel_1 class=tabs-scala-version %}
15+
{% tabs toplevel_1 %}
1616
{% tab 'Scala 3 only' for=toplevel_1 %}
1717
```scala
1818
import scala.collection.mutable.ArrayBuffer

0 commit comments

Comments
 (0)