mirror of
https://github.com/google/pebble.git
synced 2025-05-25 04:34:52 +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
|
@ -89,7 +89,7 @@ typedef struct NumberWindow {
|
|||
//! See code fragment here: NumberWindow
|
||||
void number_window_init(NumberWindow *numberwindow, const char *label, NumberWindowCallbacks callbacks, void *callback_context);
|
||||
|
||||
//! Creates a new NumberWindow on the heap and initalizes it with the default values.
|
||||
//! Creates a new NumberWindow on the heap and initializes it with the default values.
|
||||
//!
|
||||
//! @param label The title or prompt to display in the NumberWindow. Must be long-lived and cannot be stack-allocated.
|
||||
//! @param callbacks The callbacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue