Skip to content

Commit d2227a9

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/taste-methods.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent 0153f36 commit d2227a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Here, `makeInt` takes a parameter named `radix`.
168168
The code doesn’t account for possible string-to-integer conversion errors, but skipping that detail, the examples show how it works:
169169

170170
{% tabs extension_2 class=tabs-scala-version %}
171-
{% tab 'Scala 3 only' for=extension_2 %}
171+
{% tab 'Scala 3 Only' for=extension_2 %}
172172
```scala
173173
extension (s: String)
174174
def makeInt(radix: Int): Int = Integer.parseInt(s, radix)

0 commit comments

Comments
 (0)