Commit b04a6b8e authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #225 from bearstech/gawel-patch-1

typo
parents 3c8436f9 9c61d80b
......@@ -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