From ac31c7c1b12cf3e437b2d04614893dd17b9a6748 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 10 Jan 2022 12:11:49 +0100 Subject: [PATCH] chore(docs): fix lv_list_add_text --- docs/widgets/extra/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/extra/list.md b/docs/widgets/extra/list.md index 1eb84c355..57a08d190 100644 --- a/docs/widgets/extra/list.md +++ b/docs/widgets/extra/list.md @@ -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