From 05c08a2ac4c2619ba6218d9520805bf8c26bda6b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 4 Aug 2022 17:29:25 +0200 Subject: [PATCH] Update docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md Co-authored-by: Florian Albrechtskirchinger --- docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md b/docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md index 0450efe1e..b44538e18 100644 --- a/docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md +++ b/docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md @@ -19,8 +19,8 @@ When the macro is not defined, the library will define it to its default value. ??? example - The example shows an example how to use `NLOHMANN_JSON_NAMESPACE` instead of just `nlohmann`, as well as shows - the value of `NLOHMANN_JSON_NAMESPACE`. + The example shows how to use `NLOHMANN_JSON_NAMESPACE` instead of just `nlohmann`, as well as how to output the value + of `NLOHMANN_JSON_NAMESPACE`. ```cpp --8<-- "examples/nlohmann_json_namespace.cpp"