Skip to content

Commit 7716da9

Browse files
authored
Merge pull request #395 from marcos-cezar/master
Fix the letter "s" for String arg type of Array on main kotlin function
2 parents f806bad + 87af87e commit 7716da9

File tree

1 file changed

+1
-1
lines changed
  • snippets/kotlin-mode

1 file changed

+1
-1
lines changed

snippets/kotlin-mode/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# name: main() function
33
# key: main
44
# --
5-
fun main(args: Array<string>) {
5+
fun main(args: Array<String>) {
66
$0
77
}

0 commit comments

Comments
 (0)