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 typo on comment on ReflectionEnum::InternalHasFlag #39995

Merged
merged 2 commits into from
Jul 28, 2020

Conversation

paulomorgado
Copy link
Contributor

@paulomorgado paulomorgado commented Jul 28, 2020

Current:

// preform (this & flags) != flags

Fix:

// perform (this & flags) == flags

Current:

    // preform (this & flags) != flags

Fix:

    // preform (this & flags) == flags
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jkotas jkotas merged commit b34c190 into dotnet:master Jul 28, 2020
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants