spell fix
This commit is contained in:
parent
7b42c973bd
commit
4871e39415
3 changed files with 3 additions and 3 deletions
|
@ -8895,7 +8895,7 @@ basic_json_parser_63:
|
|||
: 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue