Skip to content

Commit e970f31

Browse files
Update arbitrary_types.md
1 parent c3d7fcb commit e970f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mkdocs/docs/features/arbitrary_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ assert(p == p2);
5454
To make this work with one of your types, you only need to provide two functions:
5555

5656
```cpp
57-
using nlohmann::json;
57+
using json = nlohmann::json;
5858

5959
namespace ns {
6060
void to_json(json& j, const person& p) {

0 commit comments

Comments
 (0)