squash! Fix typos in .md files

This commit is contained in:
Florian Albrechtskirchinger 2022-09-16 08:45:03 +03:00 committed by tocic
parent f1b3190eab
commit 49e4470f35
No known key found for this signature in database
GPG Key ID: 5000601449B180EB
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ function.
??? example
One common usecase for this function is the handling of user settings. Assume your application can be configured in
One common use case for this function is the handling of user settings. Assume your application can be configured in
some aspects:
```json

View File

@ -16,7 +16,7 @@ The `NLOHMANN_JSON_SERIALIZE_ENUM` allows to define a user-defined serialization
: name of the enum to serialize/deserialize
`conversion` (in)
: a pair of an enumerator and a JSON serialization; arbitrary pairs can be given as comma-separated list
: a pair of an enumerator and a JSON serialization; arbitrary pairs can be given as a comma-separated list
## Default definition