mirror of
https://github.com/google/pebble.git
synced 2025-05-30 23:13:11 +00:00
spelling: than
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
5cb061cff5
commit
9077267ceb
4 changed files with 6 additions and 6 deletions
|
@ -490,7 +490,7 @@ typedef struct {
|
|||
//! exit, the UTC time of the end of the last record actually returned (i.e. start time of last
|
||||
//! record + 60). If `time_end` on entry is somewhere in the middle of a minute interval, this
|
||||
//! function behaves as if the caller passed in the end of that minute.
|
||||
//! @return Actual number of records returned. May be less then the maximum requested.
|
||||
//! @return Actual number of records returned. May be less than the maximum requested.
|
||||
//! @note If the return value is zero, `time_start` and `time_end` are meaningless.
|
||||
//! It's not guaranteed that all records contain valid data, even if the return value is
|
||||
//! greater than zero. Check `HealthMinuteData.is_invalid` to see if a given record contains
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue