Skip to content

Commit 2b7a4b0

Browse files
authored
Fix comment for the custom frequency example.
1 parent 58a3764 commit 2b7a4b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ func Example() {
3535
// This example test isn't really needed, but it keeps the file
3636
// from being an example program, so we can replace the http
3737
// transport etc.
38+
39+
// Set a custom check frequency of 24 hours.
3840
func Example_customFrequency() {
3941
ctx := context.Background()
4042
fut := whatsnew.Check(ctx, &whatsnew.Options{

0 commit comments

Comments
 (0)