diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 69d65d0d1..43f681d4a 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -7116,7 +7116,7 @@ class basic_json @throw out_of_range.404 if the JSON pointer @a ptr can not be resolved. See example below. - @complexity + @complexity Logarithmic. @since version */