Skip to content

Commit

Permalink
Merge pull request #1 from mariane-sm/master
Browse files Browse the repository at this point in the history
Translates "its an array"
  • Loading branch information
dstockto committed Oct 5, 2015
2 parents 9b46fe7 + 8d57b90 commit 377570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt-br/swift-pt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ println("Gas price: \(price)")

// Número variável de argumentos
func setup(numbers: Int...) {
// its an array
// é um array
let number = numbers[0]
let argCount = numbers.count
}
Expand Down

0 comments on commit 377570a

Please sign in to comment.