chore(docs): fix lv_list_add_text

This commit is contained in:
Gabor Kiss-Vamosi
2022-01-10 12:12:09 +01:00
committed by GitHub
parent b9eaaffe92
commit 5d0ba633a5

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 its too long.
### Texts
`lv_list_add_text(list, icon, text)` adds a text.
`lv_list_add_text(list, text)` adds a text.
## Events