Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz authored and ligee committed May 22, 2020
1 parent 8b5142e commit eb83a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/main-kts/MainKts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ line, replacing the simple Kotlin programs with `main` function (hence the `main
### Usage

For example a script (note that the file should have an extension corresponding to the script definition, in this case
`.smain.kts`):
`.main.kts`):

```kotlin
println("Hello, ${args[0]}")
Expand Down

0 comments on commit eb83a6f

Please sign in to comment.