Skip to content

Commit 550bee5

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/taste-objects.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 17483d4 commit 550bee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object StringUtils:
4848

4949
Because `StringUtils` is a singleton, its methods can be called directly on the object:
5050

51-
{% tabs object_2 class=tabs-scala-version %}
51+
{% tabs object_2 %}
5252
{% tab 'Scala 2 and 3' for=object_2 %}
5353
```scala
5454
val x = StringUtils.isNullOrEmpty("") // true

0 commit comments

Comments
 (0)