summaryrefslogtreecommitdiffhomepage
path: root/examples/core
diff options
context:
space:
mode:
authorvaezim <[email protected]>2024-05-30 02:22:07 -0400
committerGitHub <[email protected]>2024-05-30 08:22:07 +0200
commitd7a8af144d066e28e821916ac10e66407e7bfa05 (patch)
tree5af43dd72a7550e8ff7833339b4e100e35b52412 /examples/core
parentf2344cd08944a7be63b9e5ebf134daf5ff1cd84f (diff)
downloadraylib-d7a8af144d066e28e821916ac10e66407e7bfa05.tar.gz
raylib-d7a8af144d066e28e821916ac10e66407e7bfa05.zip
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)
Diffstat (limited to 'examples/core')
-rw-r--r--examples/core/core_custom_frame_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_custom_frame_control.c b/examples/core/core_custom_frame_control.c
index 6e494d86..9793fc35 100644
--- a/examples/core/core_custom_frame_control.c
+++ b/examples/core/core_custom_frame_control.c
@@ -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()