Update include/nlohmann/json.hpp

Co-Authored-By: timprepscius <timprepscius@gmail.com>
This commit is contained in:
Niels Lohmann 2018-10-26 16:34:03 -04:00 committed by GitHub
parent e49e1dc294
commit 856ef47367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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