mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: indicates
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
294f626792
commit
ae06af83ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue