GH-888 - Fix Kotlin example in fundamentals section.
This commit is contained in:
committed by
Oliver Drotbohm
parent
41112d8ef8
commit
9998a3d4e3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user