docs fix spelling, parameter descriptions, comments, etc (#2865)

This commit is contained in:
ckielstra
2021-12-02 14:44:05 +01:00
committed by GitHub
parent 5ed1eec68c
commit 91fc579ee7
54 changed files with 124 additions and 123 deletions

View File

@@ -63,7 +63,7 @@ extern const lv_obj_class_t lv_dropdownlist_class;
**********************/
/**
* Create a drop-down list objects
* Create a drop-down list object
* @param parent pointer to an object, it will be the parent of the new drop-down list
* @return pointer to the created drop-down list
*/