From ab7bd15094d69e59665767a4204d13ff75c0b90c Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:21:23 -0700 Subject: [PATCH] Remove duplicate wording --- xml/System/String.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xml/System/String.xml b/xml/System/String.xml index 48b3fa27db5..2a3f0bd5ad3 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -12841,14 +12841,11 @@ Note that the method is called with the `options` argument set to A character that delimits the substrings in this instance. The maximum number of elements expected in the array. A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings. - Splits a string into a maximum number of substrings based on a specified delimiting character and, optionally, options. - Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result. + Splits a string into a maximum number of substrings based on the provided character separator, optionally omitting empty substrings from the result. An array that contains at most substrings from this instance that are delimited by .