Spelling fix

This commit is contained in:
Aliaksandr Valialkin
2015-12-08 15:21:09 +02:00
parent 9bac0d4123
commit 42802cc79f
+1 -1
View File
@@ -649,7 +649,7 @@ func (ctx *RequestCtx) ResetBody() {
ctx.Response.ResetBody()
}
// SendFile sends local file contents from given path as response body.
// SendFile sends local file contents from the given path as response body.
//
// Note that SendFile doesn't set Content-Type for the response body,
// so set it yourself with SetContentType() before returning