Skip to content

Commit

Permalink
Fix typo (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosNickDoglio committed Mar 25, 2022
1 parent ee2d559 commit c222116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Expand Up @@ -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.
Expand Down

0 comments on commit c222116

Please sign in to comment.