chore(docs): fix lv_list_add_text

fixes: #2980
This commit is contained in:
Gabor Kiss-Vamosi
2022-01-10 12:10:50 +01:00
committed by GitHub
parent 828744f11d
commit a5fbf22d41

View File

@@ -24,7 +24,7 @@ See the [Button](/widgets/core/btn)'s and [Label](/widgets/core/label)'s documen
The text starts to scroll horizontally if it's too long.
### Texts
`lv_list_add_text(list, icon, text)` adds a text.
`lv_list_add_text(list, text)` adds a text.
## Events