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 c8f3d25bf..f01f5fc91 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 #### Limits The type `CustomBaseClass` has to be a default constructible class. -`basic_json` only supports copy/move constructor/assignement if `CustomBaseClass` does so as well. +`basic_json` only supports copy/move construction/assignement if `CustomBaseClass` does so as well. ## Examples