Skip to content

Commit 591bd28

Browse files
AntipovAndreyodrotbohm
authored andcommitted
GH-887 - Fix Kotlin example in fundamentals section.
1 parent ad5f432 commit 591bd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/antora/modules/ROOT/pages/fundamentals.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Kotlin::
6161
+
6262
[source, kotlin, role="secondary"]
6363
----
64-
modules.forEach(println(it))
64+
modules.forEach { println(it) }
6565
----
6666
======
6767
.The console output of our application module arrangement

0 commit comments

Comments
 (0)