-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Fix grammatical error in method parameters documentation #50114
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
Conversation
Corrected the phrase "it's own value" to "its own value" for grammatical accuracy.
There was a problem hiding this 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 grammatical error in the C# method parameters documentation by correcting the possessive pronoun from "it's" (contraction of "it is") to "its" (possessive form).
Key Change:
- Corrected "it's own value" to "its own value" in the reference variable explanation
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Corrected spelling of 'referent' in the explanation of ref assignments.
Fix spelling of 'referent' in assignment operator doc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@dotnet-policy-service agree company="Zagaran" |
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @NoahS2003
This LGTM, and I'll
now.
Corrected the phrase "it's own value" to "its own value" for grammatical accuracy.
Internal previews