spelling: and bounds

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:38:08 -05:00
parent 4ed89321ff
commit 17765dce27

View file

@ -172,7 +172,7 @@ void layer_init(Layer *layer, const GRect *frame);
//! be created
Layer* layer_create(GRect frame);
//! Creates a layer on the heap with extra space for callback data, and set its frame andbounds.
//! Creates a layer on the heap with extra space for callback data, and set its frame and bounds.
//! Default values:
//! * `bounds` : origin (0, 0) and a size equal to the frame that is passed in.
//! * `clips` : `true`