Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Jul 30, 2018
1 parent 9051f72 commit 7b7a04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/uptimerobot.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}

// Client represents an UptimeRobot client. Setting the Debug flag to true will
// cause the client to print out the API requests it would make, without
// actually making them.
// Client represents an UptimeRobot client. If the Debug field is set to
// an io.Writer, then the client will dump API requests to it instead of
// calling the real API.
type Client struct {
apiKey string
http HTTPClient
Expand Down

0 comments on commit 7b7a04f

Please sign in to comment.