Skip to content

Commit

Permalink
Fixed typo in a comment (#3816) (#3817)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
Logicless-Coder authored Feb 23, 2024
1 parent 2361615 commit bda9190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/textures/textures_image_generation.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "raylib.h"

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

//------------------------------------------------------------------------------------
// Program main entry point
Expand Down

0 comments on commit bda9190

Please sign in to comment.