mirror of
https://github.com/google/pebble.git
synced 2025-05-20 10:24:58 +00:00
spelling: initializes
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cf9a5cb367
commit
e63c8c0b83
10 changed files with 10 additions and 10 deletions
|
@ -159,7 +159,7 @@ _Static_assert(offsetof(struct ScrollPaging, flags) == offsetof(Layer, flags),
|
|||
//! @param frame The frame with which to initialize the ScrollLayer
|
||||
void scroll_layer_init(ScrollLayer *scroll_layer, const GRect *frame);
|
||||
|
||||
//! Creates a new ScrollLayer on the heap and initalizes it with the default values:
|
||||
//! Creates a new ScrollLayer on the heap and initializes it with the default values:
|
||||
//! * Clips: `true`
|
||||
//! * Hidden: `false`
|
||||
//! * Content size: `frame.size`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue