summaryrefslogtreecommitdiffhomepage
path: root/pt-br/swift-pt.html.markdown
diff options
context:
space:
mode:
authorMariane Siqueira Machado <mariane.machado@gmail.com>2015-10-05 17:59:30 -0300
committerMariane Siqueira Machado <mariane.machado@gmail.com>2015-10-05 17:59:30 -0300
commit8d57b90efe51c980d63abae4b5537631fb2f2eab (patch)
treec62c8cb646329ae27e1721d9d04bf39f92953497 /pt-br/swift-pt.html.markdown
parent9b46fe7e57bcf63785b67cdaffc49ff0d47d7476 (diff)
Translates another line
Diffstat (limited to 'pt-br/swift-pt.html.markdown')
-rw-r--r--pt-br/swift-pt.html.markdown2
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
}