diff options
Diffstat (limited to 'modules/httplib/httplib.go')
-rw-r--r-- | modules/httplib/httplib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/httplib/httplib.go b/modules/httplib/httplib.go index 981de2f6d9..38b55e64e4 100644 --- a/modules/httplib/httplib.go +++ b/modules/httplib/httplib.go @@ -438,7 +438,7 @@ func (r *Request) ToXML(v interface{}) error { return err } -// Response executes request client gets response mannually. +// Response executes request client gets response manually. func (r *Request) Response() (*http.Response, error) { return r.getResponse() } |