Tiny typo in polymorphic (dotnet/corefx#41678)
authorStefan <Tornhoof@users.noreply.github.com>
Wed, 9 Oct 2019 13:24:39 +0000 (15:24 +0200)
committerDan Moseley <danmose@microsoft.com>
Wed, 9 Oct 2019 13:24:39 +0000 (06:24 -0700)
Tiny typo in polymorphic

Commit migrated from https://github.com/dotnet/corefx/commit/30b2d788a1687e8aded0ba51a6122635a4d2eb1a

src/libraries/System.Text.Json/docs/SerializerProgrammingModel.md

index daa41ed..79ada33 100644 (file)
@@ -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