fixed a typo
This commit is contained in:
parent
77fa133946
commit
d47a81296f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ j << "{ \"pi\": 3.141, \"happy\": true }";
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue