From f6d0bfdf35c1b5199a70cfc7955268ba1920301f Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Sat, 18 Jan 2025 11:38:30 -0500 Subject: [PATCH] Fix description of ValueSplitEnumerator.Current --- .../Regex+ValueSplitEnumerator.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xml/System.Text.RegularExpressions/Regex+ValueSplitEnumerator.xml b/xml/System.Text.RegularExpressions/Regex+ValueSplitEnumerator.xml index 62fd2cee6e5..b980b41d4db 100644 --- a/xml/System.Text.RegularExpressions/Regex+ValueSplitEnumerator.xml +++ b/xml/System.Text.RegularExpressions/Regex+ValueSplitEnumerator.xml @@ -53,10 +53,9 @@ System.Range - Gets the element at the current position of the enumerator. + Gets a for the split at the current position of the enumerator. To be added. To be added. - Enumeration has either not started or has already finished.