summaryrefslogtreecommitdiffhomepage
path: root/pt-br/julia-pt.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'pt-br/julia-pt.html.markdown')
-rw-r--r--pt-br/julia-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/julia-pt.html.markdown b/pt-br/julia-pt.html.markdown
index 11771d96..52675bf5 100644
--- a/pt-br/julia-pt.html.markdown
+++ b/pt-br/julia-pt.html.markdown
@@ -104,7 +104,7 @@ println("Eu sou Julia. Prazer em conhece-lo!")
## 2. Variáveis e coleções
####################################################
-#Você não declara variáveis antes de atribui-lás.
+#Você não declara variáveis antes de atribui-las.
some_var = 5 # => 5
some_var # => 5