diff --git a/xml/System.Net.Http.Headers/NameValueHeaderValue.xml b/xml/System.Net.Http.Headers/NameValueHeaderValue.xml
index 919b8f8abd9..bf5fbe7acd1 100644
--- a/xml/System.Net.Http.Headers/NameValueHeaderValue.xml
+++ b/xml/System.Net.Http.Headers/NameValueHeaderValue.xml
@@ -73,7 +73,7 @@
4.2.0.0
- Initializes a new instance of the CLASS class.
+ Initializes a new instance of the class.
diff --git a/xml/System.Reflection/ParameterInfo.xml b/xml/System.Reflection/ParameterInfo.xml
index 23f45fba806..4a67144e3a4 100644
--- a/xml/System.Reflection/ParameterInfo.xml
+++ b/xml/System.Reflection/ParameterInfo.xml
@@ -220,17 +220,17 @@
method.
-
- To get the array, first get the method or the constructor and then call .
+This method utilizes the method.
+To get the array, first get the method or the constructor and then call .
## Examples
- The following example defines a method with three parameters. It uses the property to get the attributes of the second parameter and display them at the console.
- :::code language="csharp" source="~/snippets/csharp/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.cs" id="Snippet1":::
- :::code language="vb" source="~/snippets/visualbasic/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.vb" id="Snippet1":::
+The following example defines a method with three parameters. It uses the property to get the attributes of each parameter and display them in the console.
+
+:::code language="csharp" source="~/snippets/csharp/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.cs" id="Snippet1":::
+:::code language="vb" source="~/snippets/visualbasic/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.vb" id="Snippet1":::
]]>
diff --git a/xml/System.Xml.Serialization/SoapIncludeAttribute.xml b/xml/System.Xml.Serialization/SoapIncludeAttribute.xml
index e3746b85edb..0ed7da3b84c 100644
--- a/xml/System.Xml.Serialization/SoapIncludeAttribute.xml
+++ b/xml/System.Xml.Serialization/SoapIncludeAttribute.xml
@@ -196,15 +196,9 @@
to a field or property that returns either an array of objects, an that contains a collection of objects, or an object that can return multiple types. Set the property for each type that you want the field or property to contain.
-
-
-
-## Examples
- The following example applies the twice to an XML Web services method. The method returns an object of type `Vehicle` (a base class). The allows the method to return instances of classes derived from the `Vehicle` class.
-
-
+## Remarks
+
+Apply multiple instances of the to a field or property that returns either an array of objects, an that contains a collection of objects, or an object that can return multiple types. Set the property for each type that you want the field or property to contain.
]]>