mirror of
https://github.com/nlohmann/json.git
synced 2026-05-25 23:55:24 +00:00
fixed typo (#74)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user