From 17765dce274fb37c00484559ae62d5f3bf522cae Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:38:08 -0500 Subject: [PATCH] spelling: and bounds Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/layer.h b/src/fw/applib/ui/layer.h index 422b7104..15b3c3da 100644 --- a/src/fw/applib/ui/layer.h +++ b/src/fw/applib/ui/layer.h @@ -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`