From 51a7d8e2695c83b49c53f4928127db13084d42f0 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Sat, 18 Jan 2025 16:03:11 -0800 Subject: [PATCH] Fix description of ValueSplitEnumerator.Current (#10849) --- .../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.