diff options
author | Victor Bastos <victorwpbastos@gmail.com> | 2019-10-01 11:55:55 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 11:55:55 -0300 |
commit | 3e1fe4dc0077817c8946fc8644c29d2ba585b0e1 (patch) | |
tree | b84023f3c641002c7d2325b551de9afb48fd31e3 /pt-br | |
parent | dff76c7965af30e7c7a752513a9ab93a15eb58bc (diff) |
[php/pt-br] Small typo
Diffstat (limited to 'pt-br')
-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 |