fixed a typo

This commit is contained in:
Niels 2013-12-11 08:49:07 +01:00
parent 77fa133946
commit d47a81296f

View File

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