From 7236d07680bbe3588f9a16fca2ce96e44efe5014 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 9 Oct 2019 15:24:39 +0200 Subject: [PATCH] Tiny typo in polymorphic (dotnet/corefx#41678) Tiny typo in polymorphic Commit migrated from https://github.com/dotnet/corefx/commit/30b2d788a1687e8aded0ba51a6122635a4d2eb1a --- src/libraries/System.Text.Json/docs/SerializerProgrammingModel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4