We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5085eeb commit e5cc9eeCopy full SHA for e5cc9ee
context.go
@@ -17,7 +17,7 @@ type Context struct {
17
// Request is the same as the *http.Request that all handlers receive
18
// and is referenced in Context for convenience.
19
Request *http.Request
20
- // ReponseWriter is the same as the http.ResponseWriter that all handlers
+ // ResponseWriter is the same as the http.ResponseWriter that all handlers
21
// receive and is referenced in Context for convenience.
22
ResponseWriter http.ResponseWriter
23
state map[string]interface{}
0 commit comments