1
0
mirror of https://github.com/nlohmann/json synced 2024-11-12 23:40:05 +00:00

Merge pull request #73 from maqnouch/patch-1

Fix typos
This commit is contained in:
Niels 2015-05-12 17:29:50 +02:00
commit 58d7342be7

View File

@ -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 []