diff --git a/xml/System.Runtime.Serialization/SerializationInfo.xml b/xml/System.Runtime.Serialization/SerializationInfo.xml
index eafd931ed5b..960406d3794 100644
--- a/xml/System.Runtime.Serialization/SerializationInfo.xml
+++ b/xml/System.Runtime.Serialization/SerializationInfo.xml
@@ -917,7 +917,7 @@ End Sub
The name to associate with the value, so it can be deserialized later.
- The value to serialize.
+ The value to serialize.
Adds a 16-bit unsigned integer value into the store.
The value to convert.
Converts the to a .
- A string representation of the .
+ A string representation of the .
To be added.
@@ -2697,7 +2697,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
The string to convert.
Converts the to a equivalent.
- A equivalent of the string.
+ A equivalent of the string.
To be added.
is .