docs: add missing dot to ConvertRequest comment (#1516)

This commit is contained in:
Oleksandr Redko
2023-03-14 23:37:04 +02:00
committed by GitHub
parent a281f1d21f
commit b334443d63
+1 -1
View File
@@ -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!