diff options
author | Francisco Marques <kiko96kiko@gmail.com> | 2015-10-30 23:47:10 +0000 |
---|---|---|
committer | Francisco Marques <kiko96kiko@gmail.com> | 2015-10-30 23:47:10 +0000 |
commit | 3b9de3c441d583242a7229ce534a446945b8085a (patch) | |
tree | ae951d700dc177a7ee9380e8496c35d6a38fcc21 /pt-br | |
parent | 5de94e16901270de8d584b022d8e9557bba8adc1 (diff) |
Removed dot from the last line.
There was a misplaced dot (".") in the last line of the example.
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/json-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/json-pt.html.markdown b/pt-br/json-pt.html.markdown index f57cd383..fd822c03 100644 --- a/pt-br/json-pt.html.markdown +++ b/pt-br/json-pt.html.markdown @@ -64,6 +64,6 @@ Mais informação em: http://www.json.org/ , "outro comentário": "que bom" }, - "que foi curto": "E, você está feito. Você já sabe tudo que JSON tem para oferecer.". + "que foi curto": "E, você está feito. Você já sabe tudo que JSON tem para oferecer." } ``` |