Commit 9c61d80b authored by Gael Pasgrimaud's avatar Gael Pasgrimaud Committed by GitHub

typo

parent 3c8436f9
......@@ -365,7 +365,7 @@ type Response struct {
LastPage int
}
// 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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment