fixed typo in comment

This commit is contained in:
Ross Bencina 2015-05-25 02:25:52 +10:00
parent 58d7342be7
commit 2410782abe

View File

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