Skip to content

Commit 51a7d8e

Browse files
authored
Fix description of ValueSplitEnumerator.Current (#10849)
1 parent e3594e6 commit 51a7d8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Text.RegularExpressions/Regex+ValueSplitEnumerator.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@
5353
<ReturnType>System.Range</ReturnType>
5454
</ReturnValue>
5555
<Docs>
56-
<summary>Gets the <see cref="T:System.Text.RegularExpressions.ValueMatch" /> element at the current position of the enumerator.</summary>
56+
<summary>Gets a <see cref="T:System.Range" /> for the split at the current position of the enumerator.</summary>
5757
<value>To be added.</value>
5858
<remarks>To be added.</remarks>
59-
<exception cref="T:System.InvalidOperationException">Enumeration has either not started or has already finished.</exception>
6059
</Docs>
6160
</Member>
6261
<Member MemberName="GetEnumerator">

0 commit comments

Comments
 (0)