1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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