Skip to content

Commit

Permalink
Update github.go (google#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid authored Mar 19, 2020
1 parent c2250fb commit 9c2fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func NewClient(httpClient *http.Client) *Client {
// NewEnterpriseClient returns a new GitHub API client with provided
// base URL and upload URL (often the same URL and is your GitHub Enterprise hostname).
// If either URL does not have the suffix "/api/v3/", it will be added automatically.
// If a nil httpClient is provided, http.DefaultClient will be used.
// If a nil httpClient is provided, a new http.Client will be used.
//
// Note that NewEnterpriseClient is a convenience helper only;
// its behavior is equivalent to using NewClient, followed by setting
Expand Down

0 comments on commit 9c2fb08

Please sign in to comment.