diff options
| author | murilluhenrique <[email protected]> | 2022-09-15 19:06:25 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-16 00:06:25 +0200 |
| commit | eaa0b9102b3751617b9856d3a60eed26354c4140 (patch) | |
| tree | 27b9f4323ce1b377b99322243a156a78e6069512 | |
| parent | a12ddacb7bfbc6e552e6145456f2fe6dfdfbe1c7 (diff) | |
| download | raylib-eaa0b9102b3751617b9856d3a60eed26354c4140.tar.gz raylib-eaa0b9102b3751617b9856d3a60eed26354c4140.zip | |
Fix typo (#2696)
| -rw-r--r-- | examples/core/core_loading_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_loading_thread.c b/examples/core/core_loading_thread.c index 614adb69..09ec7646 100644 --- a/examples/core/core_loading_thread.c +++ b/examples/core/core_loading_thread.c @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raylib [cpre] example - loading thread +* raylib [core] example - loading thread * * NOTE: This example requires linking with pthreads library on MinGW, * it can be accomplished passing -static parameter to compiler |
