Skip to content

Commit

Permalink
ErrCouldNotUpdate string format changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Byrd committed Jan 6, 2019
1 parent 6451db1 commit 430758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
ErrCouldNotUpdate = errors.New("getUpdates() failed")
ErrCouldNotUpdate = errors.New("telebot: could not fetch new updates")
)

// Poller is a provider of Updates.
Expand Down

0 comments on commit 430758b

Please sign in to comment.