GH-888 - Fix Kotlin example in fundamentals section.

This commit is contained in:
Andrey Antipov
2024-10-18 16:51:21 +02:00
committed by Oliver Drotbohm
parent 41112d8ef8
commit 9998a3d4e3

View File

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