Skip to content

Commit a372975

Browse files
authored
Remove duplicate wording (#11842)
1 parent 9e12ea9 commit a372975

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

xml/System/String.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12841,14 +12841,11 @@ Note that the method is called with the `options` argument set to <xref:System.S
1284112841
<param name="separator">A character that delimits the substrings in this instance.</param>
1284212842
<param name="count">The maximum number of elements expected in the array.</param>
1284312843
<param name="options">A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.</param>
12844-
<summary>Splits a string into a maximum number of substrings based on a specified delimiting character and, optionally, options.
12845-
Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result.</summary>
12844+
<summary>Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result.</summary>
1284612845
<returns>An array that contains at most <paramref name="count" /> substrings from this instance that are delimited by <paramref name="separator" />.</returns>
1284712846
<remarks>
1284812847
<format type="text/markdown"><![CDATA[
1284912848

12850-
## Remarks
12851-
1285212849
If the string has already been split `count` - 1 times, but the end of the string has not been reached, then the last string in the returned array will contain this instance's remaining trailing substring, untouched.
1285312850

1285412851
]]></format>

0 commit comments

Comments
 (0)