Skip to content

Commit 3b2e51b

Browse files
committed
Fix website
1 parent 18b992b commit 3b2e51b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/scala3-book/taste-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ This next example shows how to add a `makeInt` method to the `String` class.
136136
Here, `makeInt` takes a parameter named `radix`.
137137
The code doesn’t account for possible string-to-integer conversion errors, but skipping that detail, the examples show how it works:
138138

139-
{% tabs extension_2 class=tabs-scala-version %}
140-
{% tab 'Scala 3 Only' for=extension_2 %}
139+
{% tabs %}
140+
{% tab 'Scala 3 Only' %}
141141

142142
```scala
143143
extension (s: String)

0 commit comments

Comments
 (0)