mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: and bounds
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4ed89321ff
commit
17765dce27
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue