diff options
author | Sean Corrales <scorrales@usft.com> | 2015-10-14 14:52:37 -0500 |
---|---|---|
committer | Sean Corrales <scorrales@usft.com> | 2015-10-14 14:52:37 -0500 |
commit | fcc5086cfcac4e1efc365c16617aaf7ff9d86f80 (patch) | |
tree | da683653842a5ae37177d191a51833f58e0b9a41 /pt-br/swift-pt.html.markdown | |
parent | c357be714fe39c8c97e4d1ac12b3cdfb673d1e1e (diff) | |
parent | 8ec133b29595b8dac963eafa63ab0c479e37a3c1 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'pt-br/swift-pt.html.markdown')
-rw-r--r-- | pt-br/swift-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/swift-pt.html.markdown b/pt-br/swift-pt.html.markdown index 72a57e4a..e840b8cf 100644 --- a/pt-br/swift-pt.html.markdown +++ b/pt-br/swift-pt.html.markdown @@ -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 } |