diff --git a/xml/System/TimeSpan.xml b/xml/System/TimeSpan.xml index 6598a9592ae..0a5bcbeebd7 100644 --- a/xml/System/TimeSpan.xml +++ b/xml/System/TimeSpan.xml @@ -923,7 +923,7 @@ The specified `days`, `hours`, `minutes`, `seconds`, `milliseconds`, and `micros - 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.