diff options
| author | Andre Polykanine <ap@oire.me> | 2019-02-13 02:14:08 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-13 02:14:08 +0200 | 
| commit | 14357102aa1c818272b7c5077adbc4fca62e5b7b (patch) | |
| tree | cd0322d799d31462f212f94d60015ae0164f868b | |
| parent | a689a8c7dbef6b6148ba10ebcf910fc77a98ccae (diff) | |
Fixed frontmatter
| -rw-r--r-- | pt-br/pascal-pt.html.markdown | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/pt-br/pascal-pt.html.markdown b/pt-br/pascal-pt.html.markdown index d6d675c3..3a37271a 100644 --- a/pt-br/pascal-pt.html.markdown +++ b/pt-br/pascal-pt.html.markdown @@ -1,10 +1,12 @@  ---  language: Pascal -filename: learnpascal.pas +filename: learnpascal-pt.pas  contributors: -	- ["Ganesha Danu", "https://github.com/blinfoldking"] -	- ["Keith Miyake", "https//github.com/kaymmm"] +    - ["Ganesha Danu", "https://github.com/blinfoldking"] +    - ["Keith Miyake", "https//github.com/kaymmm"] +translators:      - ["Raul Almeida", "https://github.com/almeidaraul"] +lang: pt-br  --- @@ -43,7 +45,7 @@ VAR  //programa de fato  BEGIN -    { +    80          aqui ficam todas as instruções que não pertencem nem a funções   		nem a procedimentos  | 
