Skip to content

Commit 55ab281

Browse files
gregmarrnlohmann
authored andcommitted
Fix typo in nlohmann_define_derived_type.md (#4565)
1 parent 908440a commit 55ab281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/api/macros/nlohmann_define_derived_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class B : public A {
129129
- [NLOHMANN_DEFINE_TYPE_INTRUSIVE / NLOHMANN_DEFINE_TYPE_INTRUSIVE_WITH_DEFAULT](nlohmann_define_type_intrusive.md)
130130
for similar macros that can be defined _inside_ a non-derived type.
131131
- [NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE / NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT](nlohmann_define_type_non_intrusive.md)
132-
for a similar macros that can be defined _outside_ a non-derived type.
132+
for similar macros that can be defined _outside_ a non-derived type.
133133
- [Arbitrary Type Conversions](../../features/arbitrary_types.md) for an overview.
134134
135135
## Version history

0 commit comments

Comments
 (0)