fix: fix typos (#4451)

Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com>
Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-08-14 22:49:30 +08:00
committed by GitHub
parent e01994dc6c
commit 67ca457a07
44 changed files with 76 additions and 76 deletions

View File

@@ -18,7 +18,7 @@ static void drag_event_handler(lv_event_t * e)
/**
* Make an object dragable.
* Make an object draggable.
*/
void lv_example_obj_2(void)
{

View File

@@ -12,7 +12,7 @@ def drag_event_handler(e):
#
# Make an object dragable.
# Make an object draggable.
#
obj = lv.obj(lv.scr_act())