GH-882 - Fix Kotlin example in fundamentals section.
This commit is contained in:
committed by
Oliver Drotbohm
parent
6da5d1dafb
commit
1acc5aa888
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user