Skip to content

Commit 7dfed0f

Browse files
committed
Tidy doc
1 parent 2cec96b commit 7dfed0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/corelib/reflect/json_conv_traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Output:
374374
- If you're using C++20 or higher, you can use [std::make_obj_using_allocator](https://en.cppreference.com/w/cpp/memory/make_obj_using_allocator.html)
375375
in `try_as` and `to_json` instead of `jsoncons::make_obj_using_allocator`.
376376
377-
- To save typing and enhance readability, you can use the convenience macro `JSONCONS_ALL_MEMBER_TRAITS` to generate the traits classes,
377+
- To save typing and enhance readability, you can use the convenience macro `JSONCONS_TMPL_ALL_MEMBER_TRAITS` to generate the traits classes,
378378
379379
```
380380
JSONCONS_TMPL_ALL_MEMBER_TRAITS(1, ns::book, author, title, price)

0 commit comments

Comments
 (0)