Fix typo
This commit is contained in:
parent
9e73961af9
commit
70ab2e9f03
@ -122,7 +122,7 @@ type NavigationEvent struct {
|
|||||||
Progress uint8
|
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
|
// Navigation sends a NavigationEvent to the watch
|
||||||
func (i *Device) SetNavigation(ev NavigationEvent) error {
|
func (i *Device) SetNavigation(ev NavigationEvent) error {
|
||||||
|
Reference in New Issue
Block a user