typo fix

parent ec955f08
...@@ -42,7 +42,7 @@ NLOHMANN_BASIC_JSON_TPL_DECLARATION ...@@ -42,7 +42,7 @@ NLOHMANN_BASIC_JSON_TPL_DECLARATION
struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {};
////////////////////// //////////////////////
// jspn_ref helpers // // json_ref helpers //
////////////////////// //////////////////////
template <typename> template <typename>
......
...@@ -2795,7 +2795,7 @@ NLOHMANN_BASIC_JSON_TPL_DECLARATION ...@@ -2795,7 +2795,7 @@ NLOHMANN_BASIC_JSON_TPL_DECLARATION
struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {};
////////////////////// //////////////////////
// jspn_ref helpers // // json_ref helpers //
////////////////////// //////////////////////
template <typename> template <typename>
......
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