Skip to content

Commit 136ed9d

Browse files
flomebulbishabosha
andauthored
Update _tour/mixin-class-composition.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent abb28a0 commit 136ed9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/mixin-class-composition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ richStringIter.foreach(println)
157157
{% endtab %}
158158

159159
{% tab 'Scala 3' for=mixin-combination-class %}
160-
```scala mdoc
160+
```scala
161161
class RichStringIter extends StringIterator("Scala"), RichIterator
162162
val richStringIter = RichStringIter()
163163
richStringIter.foreach(println)

0 commit comments

Comments
 (0)