From 856ef473674f5a7919c3de674d483267e2e0e3c1 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 26 Oct 2018 16:34:03 -0400 Subject: [PATCH] Update include/nlohmann/json.hpp Co-Authored-By: timprepscius --- include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 2f9204210..69d65d0d1 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -7090,7 +7090,7 @@ class basic_json /*! @brief remove element from a JSON tree given a pointer - Removes elements from a JSON tree with the pointer value @ptr + Removes elements from a JSON tree with the pointer value @a ptr @param[in] ptr pointer to the value to remove