[yaml/pt-br] Fixing translation

This commit is contained in:
Fer 2018-10-31 08:51:04 -03:00 committed by GitHub
parent 4d9778c098
commit 049838460e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,9 @@ lang: pt-br
YAML é uma linguagem de serialização de dados projetado para ser diretamente gravável e
legível por seres humanos.
É um estrito subconjunto de JSON, com a adição de sintaticamente
novas linhas e recuo significativos, como Python. Ao contrário de Python, no entanto,
YAML não permite caracteres de tabulação literais em tudo.
It's a strict superset of JSON, with the addition of syntactically significant newlines and indentation, like Python. Unlike Python, however, YAML doesn't allow literal tab characters for indentation.
É um superconjunto de JSON, com a adição de indentação e quebras de linhas sintaticamente significativas, como Python. Ao contrário de Python, entretanto, YAML não permite o caracter literal tab para identação.
```yaml
# Commentários em YAML são como este.