chore(example_tabview): fix typo (#7377)

This commit is contained in:
Camden Adams
2024-12-03 06:09:19 -06:00
committed by GitHub
parent fdc26f6459
commit 78f8f58024

View File

@@ -38,7 +38,7 @@ void lv_example_tabview_2(void)
lv_label_set_text(label, "Third tab");
label = lv_label_create(tab4);
lv_label_set_text(label, "Forth tab");
lv_label_set_text(label, "Fourth tab");
label = lv_label_create(tab5);
lv_label_set_text(label, "Fifth tab");