diff options
author | Fer <nanda.fer@gmail.com> | 2018-10-31 08:51:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 08:51:04 -0300 |
commit | 049838460e27f0a9777ac92dfc2843a5f9056358 (patch) | |
tree | 4a8f4624ce493d803c6e2322dbf9802034108cae /pt-br/yaml-pt.html.markdown | |
parent | 4d9778c0988c324d0e520fd460026b39f9f73ccf (diff) |
[yaml/pt-br] Fixing translation
Diffstat (limited to 'pt-br/yaml-pt.html.markdown')
-rw-r--r-- | pt-br/yaml-pt.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pt-br/yaml-pt.html.markdown b/pt-br/yaml-pt.html.markdown index 341ae675..569bde75 100644 --- a/pt-br/yaml-pt.html.markdown +++ b/pt-br/yaml-pt.html.markdown @@ -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. |