Skip to content

Commit

Permalink
Fix typo (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
EsteveAguilera authored and vendethiel committed Jun 16, 2017
1 parent 3983b8c commit 1adf002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ca-es/kotlin-ca.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fun helloWorld(val name : String) {
println("S'han rebut ${names.size} arguments")
}
varargExample() // => S'han rebut 0 elements
varargExample(1) // => S'han rebut 1 elements
varargExample(1) // => S'ha rebut 1 element
varargExample(1, 2, 3) // => S'han rebut 3 elements

/*
Expand Down

0 comments on commit 1adf002

Please sign in to comment.