From dffa3959ee838f777d09c7e7224e7b6e1e5f9742 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 26 Oct 2018 16:34:11 -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 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 */