diff options
author | Michel <michel.ariede@gmail.com> | 2020-09-30 16:55:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 16:55:22 -0300 |
commit | 7b42ba4ad91bb6dc930a7537ee2bd6ba81a20802 (patch) | |
tree | 009a77b71da8b5ae5901d9f4a642db475e69a55e /pt-br/julia-pt.html.markdown | |
parent | dd6624856b90261163d50675a8d777173670c64d (diff) |
[julia/pt-br] Small corrections
Diffstat (limited to 'pt-br/julia-pt.html.markdown')
-rw-r--r-- | pt-br/julia-pt.html.markdown | 2 |
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 |