GH-887 - 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 ad5f432ed1
commit 591bd285ec

View File

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