diff --git a/xml/System/String.xml b/xml/System/String.xml
index ab5c9e61be2..1a25648a6cb 100644
--- a/xml/System/String.xml
+++ b/xml/System/String.xml
@@ -6261,7 +6261,7 @@ The index of a format item is less than zero, or greater than two.
The first object to format.
The second object to format.
The third object to format.
- Replaces the format items in a string with the string representation of three specified objects. An parameter supplies culture-specific formatting information.
+ Replaces the format items in a string with the string representation of three specified objects. A parameter supplies culture-specific formatting information.
A copy of in which the format items have been replaced by the string representations of , , and .
- The value to be divided by.
+ The divisor or value to be divided by.
Returns a new object whose value is the result of dividing this instance by the specified .
A new object that represents the value of this instance divided by the value of .
To be added.
@@ -3240,8 +3240,8 @@ The value of this constant is 100.
- Dividend or the value to be divided.
- The value to be divided by.
+ The dividend or value to be divided.
+ The divisor or value to be divided by.
Returns a new object whose value is the result of dividing the specified by the specified .
A new object that represents the value of divided by the value of .
To be added.
@@ -3282,8 +3282,8 @@ The value of this constant is 100.
- The divident or the value to be divided.
- The value to be divided by.
+ The dividend or value to be divided.
+ The divisor or value to be divided by.
Returns a new value that's the result of dividing by .
A new value that represents result of dividing by the value of .
To be added.