Skip to content

Commit 6c5e4dd

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/taste-contextual-abstractions.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 366c71b commit 6c5e4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-contextual-abstractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Those parameters are called _Context Parameters_ because they are inferred by th
1919

2020
For instance, consider a program that sorts a list of addresses by two criteria: the city name and then street name.
2121

22-
{% tabs contextual_1 class=tabs-scala-version %}
22+
{% tabs contextual_1 %}
2323
{% tab 'Scala 2 and 3' for=contextual_1 %}
2424
```scala
2525
val addresses: List[Address] = ...

0 commit comments

Comments
 (0)