summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormurilluhenrique <[email protected]>2022-09-15 19:06:25 -0300
committerGitHub <[email protected]>2022-09-16 00:06:25 +0200
commiteaa0b9102b3751617b9856d3a60eed26354c4140 (patch)
tree27b9f4323ce1b377b99322243a156a78e6069512
parenta12ddacb7bfbc6e552e6145456f2fe6dfdfbe1c7 (diff)
downloadraylib-eaa0b9102b3751617b9856d3a60eed26354c4140.tar.gz
raylib-eaa0b9102b3751617b9856d3a60eed26354c4140.zip
Fix typo (#2696)
-rw-r--r--examples/core/core_loading_thread.c2
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