From 192692da753c6280421965f037b7cf6767d4caf3 Mon Sep 17 00:00:00 2001
From: PesBandi <127593627+PesBandi@users.noreply.github.com>
Date: Tue, 29 Jul 2025 22:26:29 +0200
Subject: [PATCH] Update String.xml
---
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 89fb7ab0d2b..316faa777cc 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 .