Skip to content

Commit eb83a6f

Browse files
nisrulzligee
authored andcommitted
Fix a typo
1 parent 8b5142e commit eb83a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/main-kts/MainKts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ line, replacing the simple Kotlin programs with `main` function (hence the `main
1414
### Usage
1515

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

1919
```kotlin
2020
println("Hello, ${args[0]}")

0 commit comments

Comments
 (0)