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 7ff3529 commit 418afc6Copy full SHA for 418afc6
examples/01_introduction/02_Functions.md
@@ -9,7 +9,7 @@ fun printMessage(message: String): Unit { // 1
9
println(message)
10
}
11
12
-fun printMessageWithPrefix(message: String, prefix : String = "Info") { // 2
+fun printMessageWithPrefix(message: String, prefix: String = "Info") { // 2
13
println("[$prefix] $message")
14
15
0 commit comments