Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Fix comment typo #54

Merged
merged 1 commit into from
Nov 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion remote/github/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *Client) stream(rawurl, method string, in, out interface{}) (io.ReadClos
}
}

// creates a new http request to bitbucket.
// creates a new http request to GitHub.
req, err := http.NewRequest(method, uri.String(), buf)
if err != nil {
return nil, err
Expand Down