forked from Elara6331/infinitime
Fix typo
This commit is contained in:
parent
e6fb402c0c
commit
8e5bbafba8
@ -122,7 +122,7 @@ type NavigationEvent struct {
|
||||
Progress uint8
|
||||
}
|
||||
|
||||
var ErrNavProgress = errors.New("progress needs to between 0 and 100")
|
||||
var ErrNavProgress = errors.New("progress needs to be between 0 and 100")
|
||||
|
||||
// Navigation sends a NavigationEvent to the watch
|
||||
func (i *Device) SetNavigation(ev NavigationEvent) error {
|
||||
|
Loading…
Reference in New Issue
Block a user