From: Stefan Date: Wed, 9 Oct 2019 13:24:39 +0000 (+0200) Subject: Tiny typo in polymorphic (dotnet/corefx#41678) X-Git-Tag: submit/tizen/20210909.063632~11031^2~327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7236d07680bbe3588f9a16fca2ce96e44efe5014;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Tiny typo in polymorphic (dotnet/corefx#41678) Tiny typo in polymorphic Commit migrated from https://github.com/dotnet/corefx/commit/30b2d788a1687e8aded0ba51a6122635a4d2eb1a --- diff --git a/src/libraries/System.Text.Json/docs/SerializerProgrammingModel.md b/src/libraries/System.Text.Json/docs/SerializerProgrammingModel.md index daa41ed..79ada33 100644 --- a/src/libraries/System.Text.Json/docs/SerializerProgrammingModel.md +++ b/src/libraries/System.Text.Json/docs/SerializerProgrammingModel.md @@ -293,7 +293,7 @@ Ability to specify which fields are required. - Int64 - IEnumerable (see the feature notes) - IList (see the feature notes) -- Object (polymorhic mode for serialization only) +- Object (polymorphic mode for serialization only) - Nullable < T > - SByte - Single