From 7b42ba4ad91bb6dc930a7537ee2bd6ba81a20802 Mon Sep 17 00:00:00 2001 From: Michel Date: Wed, 30 Sep 2020 16:55:22 -0300 Subject: [julia/pt-br] Small corrections --- pt-br/julia-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pt-br') 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 -- cgit v1.2.3