From e49e1dc29428d025068ee86af7a720de3a81e401 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 26 Oct 2018 16:33:53 -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 46f88a3a6..2f9204210 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -7092,7 +7092,7 @@ class basic_json Removes elements from a JSON tree with the pointer value @ptr - @param[in] pointer value of the elements to remove + @param[in] ptr pointer to the value to remove @post References and iterators to the erased elements are invalidated. Other references and iterators are not affected.