Skip to content

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

Merged
gewarren merged 1 commit into
dotnet:mainfrom
biboete:fix/ienumerable-typo
Jun 11, 2026
Merged

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

Conversation

@biboete

@biboete biboete commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

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
@gewarren gewarren merged commit 65991f8 into dotnet:main Jun 11, 2026
7 of 8 checks passed
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