diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-11-24 12:36:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 12:36:11 +0530 |
commit | f0ce8b2ba2156c8f7e10f114245cc92f757fb6d1 (patch) | |
tree | f127fa75a51a0ac5bc770153d538936031a099b5 /pt-br | |
parent | 76020c65e053061a8ad0c62d3a8c1b6dac9bc49d (diff) | |
parent | 71e0fff024a702a77180cb26373bcb3f9718cb23 (diff) |
Merge pull request #3656 from Anabaac/patch-2
[yaml/pt-br] Small typo
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/yaml-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/yaml-pt.html.markdown b/pt-br/yaml-pt.html.markdown index ba4b329f..07903325 100644 --- a/pt-br/yaml-pt.html.markdown +++ b/pt-br/yaml-pt.html.markdown @@ -14,7 +14,7 @@ legível por seres humanos. É um superconjunto de JSON, com a adição de identaçã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. +# Comentários em YAML são como este. ################### # TIPOS ESCALARES # |