mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
fixed a typo
This commit is contained in:
parent
77fa133946
commit
d47a81296f
@ -63,7 +63,7 @@ j << "{ \"pi\": 3.141, \"happy\": true }";
|
|||||||
std::cout << j;
|
std::cout << j;
|
||||||
```
|
```
|
||||||
|
|
||||||
These operators work for any subclases of `std::istream` or `std::ostream`.
|
These operators work for any subclasses of `std::istream` or `std::ostream`.
|
||||||
|
|
||||||
### STL-like access
|
### STL-like access
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user