From 79dfd78548b02bd0894b0017d0f2d9fe2abb281a Mon Sep 17 00:00:00 2001 From: murilluhenrique <90881619+murilluhenrique@users.noreply.github.com> Date: Thu, 15 Sep 2022 11:19:52 -0300 Subject: [PATCH] Fix typo --- 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 614adb690..09ec76460 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