1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

fixed typos in comments for examples

This commit is contained in:
Dario Menendez
2015-10-02 15:57:40 +02:00
parent 0a81353989
commit 260745810d
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ using namespace nlohmann;
int main()
{
// create a JSON boolean
// create a JSON number
json value = 17;
// explicitly getting pointers