mirror of
https://github.com/google/pebble.git
synced 2025-05-29 22:43:12 +00:00
spelling: id
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7128e60f76
commit
2efa9cc170
7 changed files with 9 additions and 9 deletions
|
@ -37,7 +37,7 @@ status_t reminders_insert(Reminder *reminder);
|
|||
status_t reminders_init(void);
|
||||
|
||||
//! Delete a reminder
|
||||
//! @param reminder_id pointer to an Id of the reminder to be deleted
|
||||
//! @param reminder_id pointer to an ID of the reminder to be deleted
|
||||
//! @return S_SUCCESS or appropriate error
|
||||
status_t reminders_delete(ReminderId *reminder_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue