Browse Source

typo fix

ocd kicking in :)
Panagiotis Moustafellos 11 years ago
committed by Will Norris
parent
commit
4560a73763
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/github.go

+ 1
- 1
github/github.go View File

@ -224,7 +224,7 @@ type Response struct {
Rate
}
// newResponse creats a new Response for the provided http.Response.
// newResponse creates a new Response for the provided http.Response.
func newResponse(r *http.Response) *Response {
response := &Response{Response: r}
response.populatePageValues()


Loading…
Cancel
Save