changeset 632:337a805b9ce2

json_util: fix typo
author David Demelier <markand@malikania.fr>
date Tue, 20 Mar 2018 13:39:16 +0100
parents 5dd3347df00d
children b3db5933c08b
files cpp/json_util/json_util.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpp/json_util/json_util.hpp	Tue Mar 20 13:27:22 2018 +0100
+++ b/cpp/json_util/json_util.hpp	Tue Mar 20 13:39:16 2018 +0100
@@ -209,6 +209,6 @@
 JSON_UTIL_EXPORT
 bool contains(const nlohmann::json& array, const nlohmann::json& value) noexcept;
 
-} // !irccd
+} // !json_util
 
 #endif // !JSON_UTIL_HPP