diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-11-24 11:47:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 11:47:48 +0530 |
commit | c6ce29b6aa519da7e9fa617f0ced52d8d7d6d4ab (patch) | |
tree | 75e90d09e33f21a9898ae87950406a7aa3adae55 | |
parent | a070a32c1bca15b27b5c3033a52971fbd8ee75e5 (diff) | |
parent | 3e1fe4dc0077817c8946fc8644c29d2ba585b0e1 (diff) |
Merge pull request #3637 from victorwpbastos/patch-7
[php/pt-br] Small typo
-rw-r--r-- | pt-br/php-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/php-pt.html.markdown b/pt-br/php-pt.html.markdown index 8a1c956e..e55f1100 100644 --- a/pt-br/php-pt.html.markdown +++ b/pt-br/php-pt.html.markdown @@ -20,7 +20,7 @@ Este documento descreve PHP 5+. // Duas barras iniciam o comentário de uma linha. -# O hash (aka pound symbol) também inicia, mas // é mais comum. +# O hash (conhecido como "pound symbol") também inicia, mas // é mais comum. /* O texto envolto por barra-asterisco e asterisco-barra |