You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineNUM_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.
The text was updated successfully, but these errors were encountered:
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`
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`
Issue:
As visible in the line referenced below, there is a grammatical error in the comment of the example
textures/textures_image_generation
raylib/examples/textures/textures_image_generation.c
Line 16 in 2361615
Resolution:
Instead of
... but some are have multiple purposes ...
it should be... but some have multiple purposes ...
, hence "are" should be removed.The text was updated successfully, but these errors were encountered: