fix(formatting): various improvements (#2028)
* fix(formatting): Remove the duplicated space * fix(formatting): Remove the duplicated 'the' * fix(spell): run codespell -w for the code base
This commit is contained in:
@@ -1025,7 +1025,7 @@ void lv_canvas_draw_polygon(lv_obj_t * canvas, const lv_point_t points[], uint32
|
||||
/**
|
||||
* Draw an arc on the canvas
|
||||
* @param canvas pointer to a canvas object
|
||||
* @param x origo x of the arc
|
||||
* @param x origo x of the arc
|
||||
* @param y origo y of the arc
|
||||
* @param r radius of the arc
|
||||
* @param start_angle start angle in degrees
|
||||
|
||||
Reference in New Issue
Block a user