Skip to content

Commit cfb859f

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

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
@@ -36,7 +36,7 @@ Class `D` has a superclass `B` and a mixin `C`. Classes can only have one superc
3636
{% endtab %}
3737

3838
{% tab 'Scala 3' for=mixin-first-exemple %}
39-
```scala mdoc
39+
```scala
4040
abstract class A:
4141
val message: String
4242
class B extends A:

0 commit comments

Comments
 (0)