Skip to content

Fix harmless copy-paste mistake in variable name#9183

Merged
michaelstaib merged 2 commits intoChilliCream:mainfrom
marcus-sonestedt:patch-1
Feb 24, 2026
Merged

Fix harmless copy-paste mistake in variable name#9183
michaelstaib merged 2 commits intoChilliCream:mainfrom
marcus-sonestedt:patch-1

Conversation

@marcus-sonestedt
Copy link
Copy Markdown
Contributor

Summary of the changes (Less than 80 chars)

  • Rename variable in case statement to match type. Was probably a copy-paste from below.

Copilot AI review requested due to automatic review settings February 24, 2026 11:06
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 24, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
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.

Pull request overview

This PR fixes a small naming inconsistency in InaccessibleAttribute.TryConfigure by renaming a pattern-matched variable in a switch case so it correctly reflects the matched descriptor type.

Changes:

  • Rename the IObjectTypeDescriptor case variable from objectFieldDescriptor to objectTypeDescriptor to match the actual type being matched and used.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@michaelstaib michaelstaib merged commit d4f3a7b into ChilliCream:main Feb 24, 2026
116 of 117 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.

4 participants