diff options
author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2017-10-27 02:47:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 02:47:37 +0300 |
commit | b9596766e8e2841fa13702956fcf2afcb8a6f55f (patch) | |
tree | b17814ddd3b752d0402e71948fdd8ab6a72fb136 /pt-br | |
parent | b89cfb7be248eb93eff8bf83be7bf5b43bcd0714 (diff) | |
parent | 469740c35f4059ece40887f881d27705a536e35f (diff) |
Merge pull request #2963 from lbertolazzi/patch-2
[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, |