Skip to content

Commit

Permalink
Comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Samylkin committed Jan 20, 2017
1 parent 57791e1 commit 3a17c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uhttp/client/client_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Executor interface {
}

// Filter applies filters on client requests and request's context such as
// adding tracing to the context. Filters must call next.Send() at most once, calling it twice and more
// adding tracing to the context. Filters must call next.Execute() at most once, calling it twice and more
// will lead to an undefined behavior
type Filter interface {
Apply(ctx fx.Context, r *http.Request, next Executor) (resp *http.Response, err error)
Expand Down

0 comments on commit 3a17c83

Please sign in to comment.