Skip to content

Commit 9aeaf88

Browse files
authored
Update compound-types.md
Typo!
1 parent 781cc24 commit 9aeaf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/compound-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Now suppose we want to write a function `cloneAndReset` which takes an object, c
4242

4343
{% tabs compound-types_2 class=tabs-scala-version %}
4444
{% tab 'Scala 2' for=compound-types_2 %}
45-
```scala mdoc::fail
45+
```scala mdoc:fail
4646
def cloneAndReset(obj: ?): Cloneable = {
4747
val cloned = obj.clone()
4848
obj.reset

0 commit comments

Comments
 (0)