Skip to content

Commit

Permalink
Fix comment for the custom frequency example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes authored Aug 10, 2021
1 parent 58a3764 commit 2b7a4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ func Example() {
// This example test isn't really needed, but it keeps the file
// from being an example program, so we can replace the http
// transport etc.

// Set a custom check frequency of 24 hours.
func Example_customFrequency() {
ctx := context.Background()
fut := whatsnew.Check(ctx, &whatsnew.Options{
Expand Down

0 comments on commit 2b7a4b0

Please sign in to comment.