GH-887 - Fix Kotlin example in fundamentals section.
This commit is contained in:
committed by
Oliver Drotbohm
parent
ad5f432ed1
commit
591bd285ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user