diff --git a/fasthttpadaptor/request.go b/fasthttpadaptor/request.go index 79d192b425..827ab9242f 100644 --- a/fasthttpadaptor/request.go +++ b/fasthttpadaptor/request.go @@ -10,7 +10,7 @@ import ( "github.com/valyala/fasthttp" ) -// ConvertRequest convert a fasthttp.Request to an http.Request +// ConvertRequest converts a fasthttp.Request to an http.Request. // forServer should be set to true when the http.Request is going to be passed to a http.Handler. // // The http.Request must not be used after the fasthttp handler has returned!