chore: fix typos in code comments (#6556)

This commit is contained in:
Atin
2021-05-19 10:42:09 +05:30
committed by GitHub
parent 509a392272
commit d6987ee05b
25 changed files with 52 additions and 52 deletions

View File

@@ -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()
}