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

@ -2,7 +2,7 @@
*
* raylib [core] example - custom frame control
*
* NOTE: WARNING: This is an example for advance users willing to have full control over
* NOTE: WARNING: This is an example for advanced users willing to have full control over
* the frame processes. By default, EndDrawing() calls the following processes:
* 1. Draw remaining batch data: rlDrawRenderBatchActive()
* 2. SwapScreenBuffer()