diff options
author | Adam Bard <github@adambard.com> | 2020-10-01 07:57:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 07:57:42 -0700 |
commit | b62f74a3dedfea383b63b7082cec1e91150bafaa (patch) | |
tree | 41168f616534f83ec098bbd8e78b04718763943a /pt-br/julia-pt.html.markdown | |
parent | d2cb4f2123bb3fc6ed9440cde258d1f33240d1dd (diff) | |
parent | 7b42ba4ad91bb6dc930a7537ee2bd6ba81a20802 (diff) |
Merge pull request #4025 from Mariede/patch-1
[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 |