Commit 4871e394 authored by Niels's avatar Niels

spell fix

parent 7b42c973
...@@ -8895,7 +8895,7 @@ basic_json_parser_63: ...@@ -8895,7 +8895,7 @@ basic_json_parser_63:
: callback(cb), m_lexer(is) : 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 template <class IteratorType, typename
std::enable_if< std::enable_if<
std::is_same<typename std::iterator_traits<IteratorType>::iterator_category, std::random_access_iterator_tag>::value std::is_same<typename std::iterator_traits<IteratorType>::iterator_category, std::random_access_iterator_tag>::value
......
...@@ -8192,7 +8192,7 @@ class basic_json ...@@ -8192,7 +8192,7 @@ class basic_json
: callback(cb), m_lexer(is) : 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 template <class IteratorType, typename
std::enable_if< std::enable_if<
std::is_same<typename std::iterator_traits<IteratorType>::iterator_category, std::random_access_iterator_tag>::value std::is_same<typename std::iterator_traits<IteratorType>::iterator_category, std::random_access_iterator_tag>::value
......
...@@ -745,7 +745,7 @@ TEST_CASE("parser class") ...@@ -745,7 +745,7 @@ TEST_CASE("parser class")
} }
} }
SECTION("constructing from continguous containers") SECTION("constructing from contiguous containers")
{ {
SECTION("from std::vector") SECTION("from std::vector")
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment