Skip to content

Commit

Permalink
Code Review: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flotter committed Oct 2, 2023
1 parent cc7d45f commit c7ae8b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ type Requester interface {
// RequestResponse.
SetDecoder(decoder DecoderFunc)

// Provide direct access to transport for specialist operations.
// Transport provides direct access to the transport instance for
// specialist operations.
Transport() http.RoundTripper
}

Expand Down

0 comments on commit c7ae8b9

Please sign in to comment.