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

[examples] Typo in comment of example Textures Image Generation #3816

Closed
Logicless-Coder opened this issue Feb 23, 2024 · 1 comment
Closed

Comments

@Logicless-Coder
Copy link
Contributor

Issue:
As visible in the line referenced below, there is a grammatical error in the comment of the example textures/textures_image_generation

#define NUM_TEXTURES 9 // Currently we have 8 generation algorithms but some are have multiple purposes (Linear and Square Gradients)

Resolution:
Instead of ... but some are have multiple purposes ... it should be ... but some have multiple purposes ..., hence "are" should be removed.

Logicless-Coder added a commit to Logicless-Coder/raylib that referenced this issue Feb 23, 2024
Fixed a grammatical error by removing "are" to change `... but some are have multiple purposes ...` to `... but some have multiple purposes ...` in `textures/textures_image_generation`
@Logicless-Coder
Copy link
Contributor Author

Implemented the fix as #3817

raysan5 pushed a commit that referenced this issue Feb 23, 2024
Fixed a grammatical error by removing "are" to change `... but some are have multiple purposes ...` to `... but some have multiple purposes ...` in `textures/textures_image_generation`
@raysan5 raysan5 closed this as completed Feb 23, 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

No branches or pull requests

2 participants