Skip to content

Commit ed79c4e

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

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
@@ -70,7 +70,7 @@ abstract class AbsIterator {
7070
{% endtab %}
7171

7272
{% tab 'Scala 3' for=mixin-abstract-iterator %}
73-
```scala mdoc
73+
```scala
7474
abstract class AbsIterator:
7575
type T
7676
def hasNext: Boolean

0 commit comments

Comments
 (0)