Skip to content

Commit

Permalink
Merge pull request #73 from maqnouch/patch-1
Browse files Browse the repository at this point in the history
 Fix typos
  • Loading branch information
nlohmann committed May 12, 2015
2 parents 61f0376 + 7da56cf commit 58d7342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ json j2 = {
};
```

Note that in all theses cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions `json::array` and `json::object` will help:
Note that in all these cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions `json::array` and `json::object` will help:

```cpp
// ways to express the empty array []
Expand Down

0 comments on commit 58d7342

Please sign in to comment.