Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hltj committed Oct 27, 2023
2 parents 44bb69d + 1a8e4b0 commit 584125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/tour/kotlin-tour-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ you can write the parameters in any order.
{type="tip"}

```kotlin
fun printMessageWithPrefix(message: String, prefix: String = "Info") {
fun printMessageWithPrefix(message: String, prefix: String) {
println("[$prefix] $message")
}

Expand Down

0 comments on commit 584125f

Please sign in to comment.