Skip to content

Commit d972582

Browse files
authored
Merge pull request #5025 from zedeckj/master
Fixed typo in example
2 parents 5957564 + e91a369 commit d972582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text/text_codepoints_loading.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int main(void)
108108
}
109109
else
110110
{
111-
// Draw provided text with laoded font, containing all required codepoint glyphs
111+
// Draw provided text with loaded font, containing all required codepoint glyphs
112112
DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK);
113113
}
114114

0 commit comments

Comments
 (0)