Skip to content

Commit 33a7d99

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

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
@@ -102,7 +102,7 @@ class StringIterator(s: String) extends AbsIterator {
102102
{% endtab %}
103103

104104
{% tab 'Scala 3' for=mixin-concrete-string-iterator %}
105-
```scala mdoc
105+
```scala
106106
class StringIterator(s: String) extends AbsIterator:
107107
type T = Char
108108
private var i = 0

0 commit comments

Comments
 (0)