From 49e4470f35ad909760777f7b88de732b1f6e2089 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Fri, 16 Sep 2022 08:45:03 +0300 Subject: [PATCH] squash! Fix typos in .md files --- docs/mkdocs/docs/api/basic_json/update.md | 2 +- docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs/docs/api/basic_json/update.md b/docs/mkdocs/docs/api/basic_json/update.md index c69610ab9..a594cf9d0 100644 --- a/docs/mkdocs/docs/api/basic_json/update.md +++ b/docs/mkdocs/docs/api/basic_json/update.md @@ -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 diff --git a/docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md b/docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md index eb533a8d8..c28765a8c 100644 --- a/docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md +++ b/docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum.md @@ -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