aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.c
diff options
context:
space:
mode:
Diffstat (limited to 'dc/dc.c')
-rw-r--r--dc/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/dc.c b/dc/dc.c
index 863c06b..1ecc7d9 100644
--- a/dc/dc.c
+++ b/dc/dc.c
@@ -120,7 +120,7 @@ void tick(void)
if (tyui_begin_window("Test Window", ty_recti(5, 5, 100, 100), &winid)) {
for (int i = 0; i < 20; i++)
- tyui_text("super duper awesome example text");
+ tyui_text("example text");
tyui_end_window();
}