mirror of
https://github.com/nlohmann/json.git
synced 2025-07-12 09:21:42 +03:00
spell fix
This commit is contained in:
@ -8192,7 +8192,7 @@ class basic_json
|
||||
: callback(cb), m_lexer(is)
|
||||
{}
|
||||
|
||||
/// a parser reading from a container with continguous storage
|
||||
/// a parser reading from a container with contiguous storage
|
||||
template <class IteratorType, typename
|
||||
std::enable_if<
|
||||
std::is_same<typename std::iterator_traits<IteratorType>::iterator_category, std::random_access_iterator_tag>::value
|
||||
|
Reference in New Issue
Block a user