Update docs/mkdocs/docs/api/basic_json/json_base_class_t.md

Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Raphael Grimm 2022-07-05 09:24:07 +02:00 committed by barcode
parent c427a52274
commit 050a831f55

View File

@ -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