Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a couple terminology errors #41663

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Fixed a couple terminology errors #41663

merged 1 commit into from
Jul 8, 2024

Conversation

Scottj1s
Copy link
Contributor

@Scottj1s Scottj1s commented Jul 5, 2024

The null forgiving operator warns on dereference, not assignment "Annotation warning context" should be "Nullable annotation context"

Summary

Describe your changes here.

Fixes #Issue_Number (if available)


Internal previews

📄 File 🔗 Preview link
docs/csharp/nullable-references.md Nullable reference types

The null forgiving operator warns on dereference, not assignment
"Annotation warning context" should be "Nullable annotation context"
@Scottj1s Scottj1s requested a review from BillWagner as a code owner July 5, 2024 19:09
@dotnet-bot dotnet-bot added this to the July 2024 milestone Jul 5, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Jul 5, 2024
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.

Good catch, and thank you @Scottj1s

I'll :shipit: now.

@BillWagner BillWagner enabled auto-merge (squash) July 8, 2024 14:36
@BillWagner BillWagner merged commit 7a577ba into dotnet:main Jul 8, 2024
11 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-csharp/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants