Skip to content

Commit 98f2dbd

Browse files
Update OnSerializingAttribute.xml (#7315)
Summary missing the word "called", similar to the other serialization attributes.
1 parent 85890e5 commit 98f2dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.Serialization/OnSerializingAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</Attribute>
5555
</Attributes>
5656
<Docs>
57-
<summary>When applied to a method, specifies that the method is during serialization of an object in an object graph. The order of serialization relative to other objects in the graph is non-deterministic.</summary>
57+
<summary>When applied to a method, specifies that the method is called during serialization of an object in an object graph. The order of serialization relative to other objects in the graph is non-deterministic.</summary>
5858
<remarks>
5959
<format type="text/markdown"><![CDATA[
6060

0 commit comments

Comments
 (0)