Skip to content

Commit 1acc5aa

Browse files
AntipovAndreyodrotbohm
authored andcommitted
GH-882 - Fix Kotlin example in fundamentals section.
1 parent 6da5d1d commit 1acc5aa

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
@@ -62,7 +62,7 @@ Kotlin::
6262
+
6363
[source, kotlin, role="secondary"]
6464
----
65-
modules.forEach(println(it))
65+
modules.forEach { println(it) }
6666
----
6767
======
6868
.The console output of our application module arrangement

0 commit comments

Comments
 (0)