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

Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
Raphael Grimm 2022-08-27 17:11:29 +02:00 committed by GitHub
parent b1001c6e9e
commit 763c59dc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ using json_base_class_t = detail::json_base_class<CustomBaseClass>;
```
The base class used to inject custom functionality into each instance of `basic_json`.
Examples of such functionality might be metadata, additional member functions (e.g. visitors), or other application-specific code.
Examples of such functionality might be metadata, additional member functions (e.g., visitors), or other application-specific code.
## Template parameters