Skip to content

Commit 58d7342

Browse files
committed
Merge pull request #73 from maqnouch/patch-1
Fix typos
2 parents 61f0376 + 7da56cf commit 58d7342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ json j2 = {
129129
};
130130
```
131131

132-
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:
132+
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:
133133

134134
```cpp
135135
// ways to express the empty array []

0 commit comments

Comments
 (0)