From d47a81296f438605f359faa327690d3b8e3150dd Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 11 Dec 2013 08:49:07 +0100 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7e7986f..14091282 100644 --- a/README.md +++ b/README.md @@ -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