Skip to content

Commit 9f84443

Browse files
committed
Fix NLOHMANN_JSON_SERIALIZE_ENUM documentation
1 parent 561714b commit 9f84443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `NLOHMANN_JSON_SERIALIZE_ENUM` allows to define a user-defined serialization
2020

2121
## Default definition
2222

23-
The macros add two friend functions to the class which take care of the serialization and deserialization:
23+
The macro adds two functions to the namespace which take care of the serialization and deserialization:
2424

2525
```cpp
2626
template<typename BasicJsonType>

0 commit comments

Comments
 (0)