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

Update Annotations.kt, fixed typo: RgpPixel -> RgbPixel (p->b) #2793

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

asnov
Copy link
Contributor

@asnov asnov commented Aug 25, 2024

It was RgpPixel but it should be RgbPixel as the class with this name was declared before:
class RgbPixel(val red: Short, val green: Short, val blue: Short)

asnov added 2 commits August 25, 2024 15:59
It was RgpPixel but it should be RgbPixel as the class with this name was declared before:
`class RgbPixel(val red: Short, val green: Short, val blue: Short)`
Update Annotations.kt, fixed typo: RgpPixel -> RgbPixel (p->b)
Copy link
Member

@sandwwraith sandwwraith left a comment

Choose a reason for hiding this comment

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

Thank you!

@sandwwraith sandwwraith merged commit e4fa8a3 into Kotlin:master Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants