Skip to content

Conversation

@maciejpirog
Copy link
Contributor

@maciejpirog maciejpirog commented Nov 7, 2025

Summary

  • Was: [<attribute list>] member name [ = initializer ],
  • Should be: [<attribute list>] membername [ = initializer ],
  • Reason: membername is a single identifier; later in the document it is referred to as membername.

Internal previews

📄 File 🔗 Preview link
docs/visual-basic/language-reference/statements/enum-statement.md Enum Statement (Visual Basic)

- Was [<attribute list>] member name [ = initializer ],
- Should be [<attribute list>] membername [ = initializer ],
- Reason: `membername` is a single identifier; later in the document it is referred to as `membername`
Copilot AI review requested due to automatic review settings November 7, 2025 10:28
@maciejpirog maciejpirog requested review from a team and BillWagner as code owners November 7, 2025 10:28
@dotnetrepoman dotnetrepoman bot added this to the November 2025 milestone Nov 7, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-visualbasic/svc community-contribution Indicates PR is created by someone from the .NET community. labels Nov 7, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @maciejpirog

This LGTM, and I'll :shipit: now.

@BillWagner BillWagner enabled auto-merge (squash) November 7, 2025 14:38
@BillWagner BillWagner merged commit 78e27f3 into dotnet:main Nov 7, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community. dotnet-visualbasic/svc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants