mirror of
https://github.com/google/pebble.git
synced 2025-11-20 22:40:57 -05:00
spelling: indicates
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ typedef struct {
|
|||||||
char ds_label;
|
char ds_label;
|
||||||
//! Which day of the week this rule is observed.
|
//! Which day of the week this rule is observed.
|
||||||
//! 0-indexed, starting with Sunday (ie Monday is 1, Tuesday is 2...).
|
//! 0-indexed, starting with Sunday (ie Monday is 1, Tuesday is 2...).
|
||||||
//! A value of 255 indiciates that this rule applies to any day of the week.
|
//! A value of 255 indicates that this rule applies to any day of the week.
|
||||||
uint8_t wday;
|
uint8_t wday;
|
||||||
//! A bitset of flags, see DSTRuleFlags.
|
//! A bitset of flags, see DSTRuleFlags.
|
||||||
uint8_t flag;
|
uint8_t flag;
|
||||||
|
|||||||
Reference in New Issue
Block a user