Skip to content

Commit

Permalink
Fixed an ambiguity in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ansel1 committed Feb 15, 2023
1 parent ab398e0 commit b9d5874
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requester.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ type Requester struct {
// Defaults to http.DefaultClient.
Doer Doer

// Middleware wraps the Doer. Middleware will be invoked in the order
// it is in this slice: the first middleware in the slice will be
// the innermost middleware.
// Middleware wraps the Doer. The middleware is ordered from outermost
// to innermost.
Middleware []Middleware

// Unmarshaler will be used by the Receive methods to unmarshal
Expand Down

0 comments on commit b9d5874

Please sign in to comment.