mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: call
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
71513f263b
commit
4011cdd2c3
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ void action_bar_layer_legacy2_clear_icon(ActionBarLayerLegacy2 *action_bar, Butt
|
|||
//! @note It is advised to call this is in the window's `.load` or `.appear`
|
||||
//! handler. Make sure to call \ref action_bar_layer_legacy2_remove_from_window() in the
|
||||
//! window's `.unload` or `.disappear` handler.
|
||||
//! @note Adding additional layers to the window's root layer after this calll
|
||||
//! @note Adding additional layers to the window's root layer after this call
|
||||
//! can occlude the action bar.
|
||||
//! @param action_bar The action bar to associate with the window
|
||||
//! @param window The window with which the action bar is to be associated
|
||||
|
|
|
@ -265,7 +265,7 @@ void action_bar_layer_clear_icon(ActionBarLayer *action_bar, ButtonId button_id)
|
|||
//! @note It is advised to call this is in the window's `.load` or `.appear`
|
||||
//! handler. Make sure to call \ref action_bar_layer_remove_from_window() in the
|
||||
//! window's `.unload` or `.disappear` handler.
|
||||
//! @note Adding additional layers to the window's root layer after this calll
|
||||
//! @note Adding additional layers to the window's root layer after this call
|
||||
//! can occlude the action bar.
|
||||
//! @param action_bar The action bar to associate with the window
|
||||
//! @param window The window with which the action bar is to be associated
|
||||
|
|
Loading…
Add table
Reference in a new issue