diff --git a/include/nlohmann/detail/meta/type_traits.hpp b/include/nlohmann/detail/meta/type_traits.hpp index dd0b3084..13e92cb4 100644 --- a/include/nlohmann/detail/meta/type_traits.hpp +++ b/include/nlohmann/detail/meta/type_traits.hpp @@ -42,7 +42,7 @@ NLOHMANN_BASIC_JSON_TPL_DECLARATION struct is_basic_json : std::true_type {}; ////////////////////// -// jspn_ref helpers // +// json_ref helpers // ////////////////////// template diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 8927180e..294e7509 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -2795,7 +2795,7 @@ NLOHMANN_BASIC_JSON_TPL_DECLARATION struct is_basic_json : std::true_type {}; ////////////////////// -// jspn_ref helpers // +// json_ref helpers // ////////////////////// template