Skip to content

Commit 8f1dfdc

Browse files
author
Ron Petrusha
authored
Update JsonPropertyNameAttribute.xml
1 parent 6aec448 commit 8f1dfdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Text.Json.Serialization/JsonPropertyNameAttribute.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Attribute>
2020
</Attributes>
2121
<Docs>
22-
<summary>Specifies the property name that is present in the JSON when serializing and deserializing. This overrides any naming policy specified by <see cref="T:System.Text.Json.JsonNamingPolicy" />.</summary>
22+
<summary>Specifies the property name that is present in the JSON when serializing and deserializing. This overrides any naming policy specified by <see cref="T:System.Text.Json.Serialization.JsonNamingPolicy" />.</summary>
2323
<remarks>To be added.</remarks>
2424
</Docs>
2525
<Members>
@@ -60,10 +60,10 @@
6060
<ReturnType>System.String</ReturnType>
6161
</ReturnValue>
6262
<Docs>
63-
<summary>The name of the property.</summary>
64-
<value>A string representing the name of the property.</value>
63+
<summary>Gets the name of the property.</summary>
64+
<value>The name of the property.</value>
6565
<remarks>To be added.</remarks>
6666
</Docs>
6767
</Member>
6868
</Members>
69-
</Type>
69+
</Type>

0 commit comments

Comments
 (0)