fixed typo (#74)

This commit is contained in:
Niels 2015-06-02 21:24:03 +02:00
parent e2035df957
commit afc7f2388e
3 changed files with 4 additions and 2 deletions

View file

@ -2323,7 +2323,7 @@ class basic_json
typename object_t::iterator object_iterator;
/// iterator for JSON arrays
typename array_t::iterator array_iterator;
/// generic iteraotr for all other value types
/// generic iterator for all other value types
difference_type generic_iterator;
/// default constructor

View file

@ -2323,7 +2323,7 @@ class basic_json
typename object_t::iterator object_iterator;
/// iterator for JSON arrays
typename array_t::iterator array_iterator;
/// generic iteraotr for all other value types
/// generic iterator for all other value types
difference_type generic_iterator;
/// default constructor