Skip to content

Commit 1477626

Browse files
author
Prashanth Govindarajan
committed
Try fix Note formatting
1 parent f778ec4 commit 1477626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Text.RegularExpressions/Regex.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5260,7 +5260,8 @@ Allows an <see cref="T:System.Object" /> to attempt to free resources and perfor
52605260
52615261
Any objects that are included in the <xref:System.Runtime.Serialization.SerializationInfo> are automatically tracked and serialized by the formatter.
52625262
Code that calls <xref:System.Runtime.Serialization.ISerializable.GetObjectData%2A> requires the <xref:System.Security.Permissions.SecurityPermission> for providing serialization services. Associated enumeration: <xref:System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter?displayProperty=nameWithType>.
5263-
> [!NOTE] > It is not guaranteed that this method will be called only once per object instance during serialization. Therefore, the method should be implemented in such a way that its behavior will be the same regardless of the number of times it is called.
5263+
> [!NOTE]
5264+
> It is not guaranteed that this method will be called only once per object instance during serialization. Therefore, the method should be implemented in such a way that its behavior will be the same regardless of the number of times it is called.
52645265
52655266
]]></format>
52665267
</remarks>

0 commit comments

Comments
 (0)