Skip to content

Commit

Permalink
Fix comment on errmisconfiguredoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes committed Aug 13, 2021
1 parent 851a583 commit 5b5e474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whatsnew.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"github.com/jbowes/whatsnew/impl"
)

// Returned when incompatible options are set. You must use `errors.Is`
// to check for this error.
// ErrMisconfiguredOptions is returned when incompatible options are set.
// You must use `errors.Is` to check for this error.
var ErrMisconfiguredOptions = errors.New("invalid options provided")

// DefaultFrequency is the default frequency used to check for new
Expand Down

0 comments on commit 5b5e474

Please sign in to comment.