From a0fa15c9828ecf32acee08ee46d3d50e78a66b05 Mon Sep 17 00:00:00 2001
From: PesBandi <127593627+PesBandi@users.noreply.github.com>
Date: Wed, 30 Jul 2025 19:38:10 +0200
Subject: [PATCH 1/2] Update String.xml (#11621)
---
xml/System/String.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 .
Date: Wed, 30 Jul 2025 23:08:41 +0200
Subject: [PATCH 2/2] Improve TimeSpan.Divide parameter descriptions (#11619)
(#11620)
---
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 a8518d2f5e4..2acbbbeb05b 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.