Skip to content

Commit

Permalink
docs: add missing dot to ConvertRequest comment (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Mar 14, 2023
1 parent a281f1d commit b334443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasthttpadaptor/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit b334443

Please sign in to comment.