Skip to content

Commit 7da56cf

Browse files
committed
Fix typos
1 parent 61f0376 commit 7da56cf

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)