Skip to content

Fix spacing typo in IEnumerable<T> remarks ("property .You" -> "property. You")#12730

Open
biboete wants to merge 1 commit into
dotnet:mainfrom
biboete:fix/ienumerable-typo
Open

Fix spacing typo in IEnumerable<T> remarks ("property .You" -> "property. You")#12730
biboete wants to merge 1 commit into
dotnet:mainfrom
biboete:fix/ienumerable-typo

Conversation

@biboete

@biboete biboete commented Jun 9, 2026

Copy link
Copy Markdown

Fixes #12726.

The GetEnumerator remarks in xml/System.Collections.Generic/IEnumerable1.xmlhad a misplaced space around a sentence boundary: a space before the period and no space after it. The text read...exposing a ...Current property .You can use enumerators...`.

This corrects it to ...exposing a ...Current property. You can use enumerators... (space removed before the period, space added after it).

This is a single-line, content-only change — no markup, whitespace, or line-ending changes elsewhere in the file.

@biboete biboete requested a review from a team as a code owner June 9, 2026 18:01
@gewarren gewarren enabled auto-merge (squash) June 9, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo

2 participants