Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)

This commit is contained in:
vaezim 2024-05-30 02:22:07 -04:00 committed by GitHub
parent f2344cd089
commit d7a8af144d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 106 additions and 106 deletions

View file

@ -66,7 +66,7 @@
#define SUPPORT_COMPRESSION_API 1
// Support automatic generated events, loading and recording of those events when required
#define SUPPORT_AUTOMATION_EVENTS 1
// Support custom frame control, only for advance users
// Support custom frame control, only for advanced users
// By default EndDrawing() does this job: draws everything + SwapScreenBuffer() + manage frame timing + PollInputEvents()
// Enabling this flag allows manual control of the frame processes, use at your own risk
//#define SUPPORT_CUSTOM_FRAME_CONTROL 1