From e91a3697ffce4c51c5805278a1703bf90286f3bf Mon Sep 17 00:00:00 2001 From: Jordan Zedeck <98184287+zedeckj@users.noreply.github.com> Date: Sun, 6 Jul 2025 01:59:03 -0400 Subject: [PATCH] Fixed typo --- examples/text/text_codepoints_loading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text/text_codepoints_loading.c b/examples/text/text_codepoints_loading.c index aa9f7bb76..a176148ea 100644 --- a/examples/text/text_codepoints_loading.c +++ b/examples/text/text_codepoints_loading.c @@ -108,7 +108,7 @@ int main(void) } else { - // Draw provided text with laoded font, containing all required codepoint glyphs + // Draw provided text with loaded font, containing all required codepoint glyphs DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK); }