From 0a1a46c67e0622da6edeeae3f7c393d149cc9baa Mon Sep 17 00:00:00 2001 From: Petter Hesselberg Date: Tue, 29 Jul 2025 14:40:46 +0200 Subject: [PATCH 1/2] Improve TimeSpan.Divide parameter descriptions (#11619) --- xml/System/TimeSpan.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xml/System/TimeSpan.xml b/xml/System/TimeSpan.xml index 6598a9592ae..024c14eab19 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. + 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. From 112a210f905b72e65fe3d2177d9a3bd40d9d7a35 Mon Sep 17 00:00:00 2001 From: Petter Hesselberg Date: Wed, 30 Jul 2025 07:58:39 +0200 Subject: [PATCH 2/2] Update xml/System/TimeSpan.xml Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- xml/System/TimeSpan.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/TimeSpan.xml b/xml/System/TimeSpan.xml index 024c14eab19..0a5bcbeebd7 100644 --- a/xml/System/TimeSpan.xml +++ b/xml/System/TimeSpan.xml @@ -3240,7 +3240,7 @@ The value of this constant is 100. - Dividend or value to be divided. + 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 .