Update docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md

Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Niels Lohmann 2022-08-04 17:29:25 +02:00 committed by GitHub
parent b1648d3100
commit 05c08a2ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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