Skip to content

Commit f030f97

Browse files
remove mdoc check of Scala 3 example in _tour/multiple-parameter-lists.md
1 parent 5b2d4d8 commit f030f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/multiple-parameter-lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ println(cubes) // List(1, 8, 27, 64, 125, 216, 343, 512, 729, 1000)
159159
{% endtab %}
160160

161161
{% tab 'Scala 3' for=foldLeft_partial %}
162-
```scala mdoc:nest
162+
```scala
163163
val numbers = List(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
164164
val numberFunc = numbers.foldLeft(List[Int]())
165165

0 commit comments

Comments
 (0)