From 49ab7216512ab95851b1ed1bbdd25b2b0a4e80ac Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Sat, 27 Aug 2022 17:11:59 +0200 Subject: [PATCH] Update docs/mkdocs/docs/api/basic_json/json_base_class_t.md Co-authored-by: Niels Lohmann --- 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 e7a0d8d0c..3318cd211 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 @@ -21,7 +21,7 @@ The default value for `CustomBaseClass` is `void`. In this case an empty base cl #### Limitations The type `CustomBaseClass` has to be a default-constructible class. -`basic_json` only supports copy/move construction/assignment if `CustomBaseClass` does so as well. +`basic_json` only supports copy/move construction/assignment if `CustomBaseClass` does so as well. ## Examples