From 3dcc260378640a46a764ddf689a41b460876c958 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 5 Aug 2022 18:26:08 +0200 Subject: [PATCH] Update docs/mkdocs/docs/api/adl_serializer/from_json.md Co-authored-by: Florian Albrechtskirchinger --- docs/mkdocs/docs/api/adl_serializer/from_json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/api/adl_serializer/from_json.md b/docs/mkdocs/docs/api/adl_serializer/from_json.md index 3cd34963a..ba932e9e7 100644 --- a/docs/mkdocs/docs/api/adl_serializer/from_json.md +++ b/docs/mkdocs/docs/api/adl_serializer/from_json.md @@ -15,7 +15,7 @@ noexcept(::nlohmann::from_json(std::forward(j), detail::identity_ ``` This function is usually called by the [`get()`](../basic_json/get.md) function of the [basic_json](../basic_json) -class (either explicit or via conversion operators). +class (either explicitly or via the conversion operators). 1. This function is chosen for default-constructible value types. 2. This function is chosen for value types which are not default-constructible.