GH-882 - Fix Kotlin example in fundamentals section.

This commit is contained in:
Andrey Antipov
2024-10-16 13:55:28 +02:00
committed by Oliver Drotbohm
parent 6da5d1dafb
commit 1acc5aa888

View File

@@ -62,7 +62,7 @@ Kotlin::
+
[source, kotlin, role="secondary"]
----
modules.forEach(println(it))
modules.forEach { println(it) }
----
======
.The console output of our application module arrangement