From 85f35a1d5968fc556a054cb8be881b3d00aa4f66 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 22 Jun 2018 22:34:42 +0200 Subject: [PATCH] :memo: documentation fix --- include/nlohmann/json.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index f5b93632..cac7805a 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -4332,7 +4332,7 @@ class basic_json @complexity Constant. - @since version 3.x.x. + @since version 3.1.0. */ iteration_proxy items() noexcept { diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 2921cba8..b5035f19 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -15088,7 +15088,7 @@ class basic_json @complexity Constant. - @since version 3.x.x. + @since version 3.1.0. */ iteration_proxy items() noexcept {