We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5d1d commit 1acc5aaCopy full SHA for 1acc5aa
src/docs/antora/modules/ROOT/pages/fundamentals.adoc
@@ -62,7 +62,7 @@ Kotlin::
62
+
63
[source, kotlin, role="secondary"]
64
----
65
-modules.forEach(println(it))
+modules.forEach { println(it) }
66
67
======
68
.The console output of our application module arrangement
0 commit comments