Skip to content

Commit eb7ebca

Browse files
tedkornishvishr
authored andcommitted
Correct comment for Context.Response (#793)
1 parent 6e107bc commit eb7ebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type (
2525
// SetRequest sets `*http.Request`.
2626
SetRequest(r *http.Request)
2727

28-
// Request returns `*Response`.
28+
// Response returns `*Response`.
2929
Response() *Response
3030

3131
// IsTLS returns true if HTTP connection is TLS otherwise false.

0 commit comments

Comments
 (0)