diff options
author | lbertolazzi <33129418+lbertolazzi@users.noreply.github.com> | 2017-10-26 13:51:16 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 13:51:16 -0200 |
commit | 469740c35f4059ece40887f881d27705a536e35f (patch) | |
tree | 1670181fb8e6ad32279c59149db9c63b99fa4d46 /pt-br | |
parent | 312ac2ce4588a28ad6374db074b7ed0514d3cd0d (diff) |
[perl/pt-br] Missing translation
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/perl-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/perl-pt.html.markdown b/pt-br/perl-pt.html.markdown index cc07a2ec..ff01c31a 100644 --- a/pt-br/perl-pt.html.markdown +++ b/pt-br/perl-pt.html.markdown @@ -52,7 +52,7 @@ my %fruta_cor = ( banana => "amarelo", ); -# Scalars, arrays and hashes são documentados mais profundamentes em perldata. +# Scalars, arrays and hashes são documentados mais profundamente em perldata. # (perldoc perldata). # Mais tipos de dados complexos podem ser construídas utilizando referências, |