Skip to content

Commit 0c09528

Browse files
authored
Fix example string (#31)
Change "jumped" to "jumps" ("The quick brown fox jumped over the lazy dog." doesn't have an S in it)
1 parent 305c356 commit 0c09528

File tree

1 file changed

+1
-1
lines changed
  • graphics/printing/system-font/source

1 file changed

+1
-1
lines changed

graphics/printing/system-font/source/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
static const char teststring[] =
88
"Hello World - now with citro2d!\n"
9-
"The quick brown fox jumped over the lazy dog.\n"
9+
"The quick brown fox jumps over the lazy dog.\n"
1010
"\n"
1111
"En français: Vous ne devez pas éteindre votre console.\n"
1212
"日本語文章を見せるのも出来ますよ。\n"

0 commit comments

Comments
 (0)