This commit is contained in:
Arsen Musayelyan 2022-11-05 20:54:45 -07:00
parent e6fb402c0c
commit 8e5bbafba8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {