Skip to content

Commit 54e1971

Browse files
Apply suggestions from code review
Co-authored-by: Eirik Tsarpalis <[email protected]>
1 parent 62c853f commit 54e1971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json.Serialization.Metadata/JsonPropertyInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<value>To be added.</value>
5858
<remarks>
5959
<para>Returns the <see cref="T:System.Text.Json.Serialization.Metadata.JsonParameterInfo" /> metadata for the parameter in the deserialization constructor that has been associated with the current property.</para>
60-
<para>A constructor parameter is matched to a property or field if they are of the same type and have the same (case-insensitive) name. Each constructo parameter must be matched to exactly one property or field.</para>
60+
<para>A constructor parameter is matched to a property or field if they are of the same type and have the same (case-insensitive) name. Each constructor parameter must be matched to exactly one property or field.</para>
6161
</remarks>
6262
</Docs>
6363
</Member>
@@ -91,7 +91,7 @@
9191
9292
## Remarks
9393
94-
When resolving metadata via <xref:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver>, this property will be populated with the underlying <xref:System.Reflection.MemberInfo> of the serialized property or field.
94+
When resolving metadata via <xref:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver> or <xref:System.Text.Json.Serialization.JsonSerializerContext>, this property will be populated with the underlying <xref:System.Reflection.MemberInfo> of the serialized property or field.
9595
9696
Setting a custom attribute provider has no impact on the contract model but serves as metadata for downstream contract modifiers.
9797

0 commit comments

Comments
 (0)