diff options
| author | vaezim <[email protected]> | 2024-05-30 02:22:07 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-30 08:22:07 +0200 |
| commit | d7a8af144d066e28e821916ac10e66407e7bfa05 (patch) | |
| tree | 5af43dd72a7550e8ff7833339b4e100e35b52412 /examples | |
| parent | f2344cd08944a7be63b9e5ebf134daf5ff1cd84f (diff) | |
| download | raylib-d7a8af144d066e28e821916ac10e66407e7bfa05.tar.gz raylib-d7a8af144d066e28e821916ac10e66407e7bfa05.zip | |
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 2 | ||||
| -rw-r--r-- | examples/core/core_custom_frame_control.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md index 94f5369d..d790f7d8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -202,5 +202,5 @@ Examples showing raylib misc functionality that does not fit in other categories | 125 | [raylib_opengl_interop](others/raylib_opengl_interop.c) | <img src="others/raylib_opengl_interop.png" alt="raylib_opengl_interop" width="80"> | ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Stephan Soller](https://github.com/arkanis) | | 126 | [embedded_files_loading](others/embedded_files_loading.c) | <img src="others/embedded_files_loading.png" alt="embedded_files_loading" width="80"> | ⭐️⭐️☆☆ | 3.5 | 3.5 | [Kristian Holmgren](https://github.com/defutura) | -As always contributions are welcome, feel free to send new examples! Here it is an [examples template](examples_template.c) to start with! +As always contributions are welcome, feel free to send new examples! Here is an [examples template](examples_template.c) to start with! 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() |
