Fix comment typo (#1423)

This commit is contained in:
Abdullah Alsigar 2020-03-28 18:10:21 +03:00 committed by GitHub
parent dde615489f
commit e3e130c54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ static lv_signal_cb_t ancestor_signal;
/**
* Create a label objects
* @param par pointer to an object, it will be the parent of the new label
* @param copy pointer to a button object, if not NULL then the new object will be copied from it
* @param copy pointer to a label object, if not NULL then the new object will be copied from it
* @return pointer to the created button
*/
lv_obj_t * lv_label_create(lv_obj_t * par, const lv_obj_t * copy)