Skip to content

Commit a0fa15c

Browse files
authored
Update String.xml (#11621)
1 parent 7d4d432 commit a0fa15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/String.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6261,7 +6261,7 @@ The index of a format item is less than zero, or greater than two.</exception>
62616261
<param name="arg0">The first object to format.</param>
62626262
<param name="arg1">The second object to format.</param>
62636263
<param name="arg2">The third object to format.</param>
6264-
<summary>Replaces the format items in a string with the string representation of three specified objects. An parameter supplies culture-specific formatting information.</summary>
6264+
<summary>Replaces the format items in a string with the string representation of three specified objects. A parameter supplies culture-specific formatting information.</summary>
62656265
<returns>A copy of <paramref name="format" /> in which the format items have been replaced by the string representations of <paramref name="arg0" />, <paramref name="arg1" />, and <paramref name="arg2" />.</returns>
62666266
<remarks>
62676267
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)