diff options
Diffstat (limited to 'internal/httplib/httplib.go')
-rw-r--r-- | internal/httplib/httplib.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/httplib/httplib.go b/internal/httplib/httplib.go index 19f54ce6..1fca7fa7 100644 --- a/internal/httplib/httplib.go +++ b/internal/httplib/httplib.go @@ -431,7 +431,7 @@ func (r *Request) ToXml(v interface{}) error { return xml.Unmarshal(data, v) } -// Response executes request client gets response mannually. +// Response executes request client gets response manually. func (r *Request) Response() (*http.Response, error) { return r.getResponse() } |