From 21d0d38073319a577c4e818133fc809fd65dded6 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Tue, 5 Jul 2022 09:24:43 +0200 Subject: [PATCH] Update docs/mkdocs/docs/api/basic_json/json_base_class_t.md Co-authored-by: Florian Albrechtskirchinger --- docs/mkdocs/docs/api/basic_json/json_base_class_t.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/api/basic_json/json_base_class_t.md b/docs/mkdocs/docs/api/basic_json/json_base_class_t.md index f01f5fc91..f9823c882 100644 --- a/docs/mkdocs/docs/api/basic_json/json_base_class_t.md +++ b/docs/mkdocs/docs/api/basic_json/json_base_class_t.md @@ -18,7 +18,7 @@ Examples for such functionality might be metadata, additional member functions ( The default value for `CustomBaseClass` is `void`. In this case an empty base class is used and no additional functionality is injected. -#### Limits +#### Limitations The type `CustomBaseClass` has to be a default constructible class. `basic_json` only supports copy/move construction/assignement if `CustomBaseClass` does so as well.