Skip to content

Commit

Permalink
Correct "abstact" to "abstract". (#82738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnTheBeachy committed Feb 28, 2023
1 parent 45fd04f commit 366e77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.Text.Json/src/Resources/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
<value>Specified type '{0}' does not support polymorphism. Polymorphic types cannot be structs, sealed types, generic types or System.Object.</value>
</data>
<data name="Polymorphism_DerivedTypeIsNotSupported" xml:space="preserve">
<value>Specified type '{0}' is not a supported derived type for the polymorphic type '{1}'. Derived types must be assignable to the base type, must not be generic and cannot be abstact classes or interfaces unless 'JsonUnknownDerivedTypeHandling.FallBackToNearestAncestor' is specified.</value>
<value>Specified type '{0}' is not a supported derived type for the polymorphic type '{1}'. Derived types must be assignable to the base type, must not be generic and cannot be abstract classes or interfaces unless 'JsonUnknownDerivedTypeHandling.FallBackToNearestAncestor' is specified.</value>
</data>
<data name="Polymorphism_DerivedTypeIsAlreadySpecified" xml:space="preserve">
<value>The polymorphic type '{0}' has already specified derived type '{1}'.</value>
Expand Down

0 comments on commit 366e77d

Please sign in to comment.