diff --git a/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Regex.EnumerateSplits.cs b/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Regex.EnumerateSplits.cs
index e4dbc232118f82..bee35855eed9ad 100644
--- a/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Regex.EnumerateSplits.cs
+++ b/src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Regex.EnumerateSplits.cs
@@ -267,9 +267,8 @@ public bool MoveNext()
}
///
- /// Gets the element at the current position of the enumerator.
+ /// Gets a for the split at the current position of the enumerator.
///
- /// Enumeration has either not started or has already finished.
public readonly Range Current => _currentSplit;
}
}