fix: fix typos (#4451)
Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ def drag_event_handler(e):
|
||||
|
||||
|
||||
#
|
||||
# Make an object dragable.
|
||||
# Make an object draggable.
|
||||
#
|
||||
|
||||
obj = lv.obj(lv.scr_act())
|
||||
|
||||
Reference in New Issue
Block a user