Skip to content

Commit 0a3492d

Browse files
committed
improve docs
1 parent 2a2bf16 commit 0a3492d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ namespace cp = cpp_dump;
300300
CPP_DUMP_SET_OPTION_GLOBAL(max_line_width, 100);
301301

302302
// To ensure proper instantiation of templates,
303-
// include these in at least one translation unit where cpp_dump(...) prints each of the type they support.
304-
// The simplest way is to include them in a header file and then include that header file wherever needed.
303+
// include these in at least one translation unit where cpp_dump(...) prints each type.
304+
// The simplest way is to write them in a header file and then include that header file wherever needed.
305305
CPP_DUMP_DEFINE_EXPORT_ENUM(my_enum, my_enum::a, my_enum::b, my_enum::c);
306306
CPP_DUMP_DEFINE_EXPORT_OBJECT(my_class, member1, member2());
307307
CPP_DUMP_DEFINE_EXPORT_OBJECT_GENERIC(member3, member4());

0 commit comments

Comments
 (0)