Removed dot from the last line.

There was a misplaced dot (".") in the last line of the example.
This commit is contained in:
Francisco Marques 2015-10-30 23:47:10 +00:00
parent 5de94e1690
commit 3b9de3c441

View File

@ -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."
}
```