We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2542fdd commit d9d9599Copy full SHA for d9d9599
1 file changed
xhandler.go
@@ -24,7 +24,7 @@ type HandlerC interface {
24
25
// HandlerFuncC type is an adapter to allow the use of ordinary functions
26
// as a xhandler.Handler. If f is a function with the appropriate signature,
27
-// xhandler.HandlerFunc(f) is a xhandler.Handler object that calls f.
+// xhandler.HandlerFuncC(f) is a xhandler.Handler object that calls f.
28
type HandlerFuncC func(context.Context, http.ResponseWriter, *http.Request)
29
30
// ServeHTTPC calls f(ctx, w, r).
0 commit comments