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

Fix the remarks for the inequality operator #8830

Merged
merged 1 commit into from Feb 7, 2023
Merged

Fix the remarks for the inequality operator #8830

merged 1 commit into from Feb 7, 2023

Conversation

RichardD2
Copy link
Contributor

There is a missing "not" in the remarks of the inequality operator - it says the objects "are equal" instead of "are not equal".

Summary

The Span<T> inequality operator remarks are incorrect due to a missing word.

There is a missing "not" in the remarks of the inequality operator - it says the objects "are equal" instead of "are not equal".
@RichardD2 RichardD2 requested a review from a team as a code owner February 7, 2023 14:11
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 7, 2023
@learn-build-service-prod
Copy link

Learn Build status updates of commit 484abb8:

✅ Validation status: passed

File Status Preview URL Details
xml/System/Span`1.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

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 for catching this @RichardD2

We'll :shipit: now.

@BillWagner BillWagner merged commit 39dcd74 into dotnet:main Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Runtime community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants