mirror of
https://github.com/gogs/gogs.git
synced 2025-12-21 07:39:59 +01:00
chore: fix typos in code comments (#6556)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user