mirror of https://github.com/google/pebble
spelling: guaranteed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bab9301a3a
commit
28e0019973
|
@ -56,7 +56,7 @@ void alarm_pin_add(time_t alarm_time, AlarmId id, AlarmType type, AlarmKind kind
|
||||||
AttributeList edit_attr_list = {0};
|
AttributeList edit_attr_list = {0};
|
||||||
prv_set_edit_action_attributes(&edit_attr_list);
|
prv_set_edit_action_attributes(&edit_attr_list);
|
||||||
action_group.actions[0] = (TimelineItemAction) {
|
action_group.actions[0] = (TimelineItemAction) {
|
||||||
.id = (uint8_t) id, // id is guarenteed to be valid here, and we only support 10 alarms
|
.id = (uint8_t) id, // id is guaranteed to be valid here, and we only support 10 alarms
|
||||||
.type = TimelineItemActionTypeOpenWatchApp,
|
.type = TimelineItemActionTypeOpenWatchApp,
|
||||||
.attr_list = edit_attr_list,
|
.attr_list = edit_attr_list,
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
//! The states are:
|
//! The states are:
|
||||||
//! - "no calendar events ongoing"
|
//! - "no calendar events ongoing"
|
||||||
//! - "one or more calendar events ongoing"
|
//! - "one or more calendar events ongoing"
|
||||||
//! Not every calendar event start / stop produces an event, but every transition is guarenteed
|
//! Not every calendar event start / stop produces an event, but every transition is guaranteed
|
||||||
//! to put an event.
|
//! to put an event.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue