From eaa0b9102b3751617b9856d3a60eed26354c4140 Mon Sep 17 00:00:00 2001 From: murilluhenrique <90881619+murilluhenrique@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:06:25 -0300 Subject: [PATCH] Fix typo (#2696) --- examples/core/core_loading_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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