Skip to content

Fix grammatical issue in encapsulation explanation #46007

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

calebspain
Copy link

@calebspain calebspain commented May 3, 2025

Summary

This pull request corrects a minor grammatical issue in the object-oriented programming fundamentals documentation.

Details

The original sentence reads:

"Member not intended for consumers outside of the class or assembly are hidden..."

This has been corrected to:

"Members not intended for consumers outside of the class or assembly are hidden..."

Reason

The correction improves grammatical accuracy and clarity. The context refers to multiple class or struct members, so the plural form "Members" is appropriate.

Impact

No technical content was changed. This is a non-functional documentation improvement.


Internal previews

📄 File 🔗 Preview link
docs/csharp/fundamentals/object-oriented/index.md Overview of object oriented techniques in C#

@calebspain calebspain requested review from BillWagner and a team as code owners May 3, 2025 20:44
@dotnetrepoman dotnetrepoman bot added this to the May 2025 milestone May 3, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-csharp/svc fundamentals/subsvc community-contribution Indicates PR is created by someone from the .NET community. labels May 3, 2025
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 fundamentals/subsvc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant