diff --git a/docs/changelog.md b/docs/changelog.md index fd79896b81..86d46afabe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,7 +19,7 @@ val spec = FileSpec.scriptBuilder("Taco") Generates a `Taco.kts` file with the following contents: ```kotlin -println("hello!") +println("hello world!") ``` * New: Emit trailing commas for multi-line parameters and annotations.