Skip to content

Commit

Permalink
Fix XML comment on regex split enumerator (#111572)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Jan 18, 2025
1 parent 8a2e934 commit 29013d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,8 @@ public bool MoveNext()
}

/// <summary>
/// Gets the <see cref="ValueMatch"/> element at the current position of the enumerator.
/// Gets a <see cref="Range"/> for the split at the current position of the enumerator.
/// </summary>
/// <exception cref="InvalidOperationException">Enumeration has either not started or has already finished.</exception>
public readonly Range Current => _currentSplit;
}
}
Expand Down

0 comments on commit 29013d8

Please sign in to comment.