Skip to content

Commit

Permalink
transport: fix minor typo in 'GoAway' godoc (#1284)
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho authored and menghanl committed Jun 6, 2017
1 parent 8de2dff commit d2a85bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ type ClientTransport interface {
// once the transport is initiated.
Error() <-chan struct{}

// GoAway returns a channel that is closed when ClientTranspor
// GoAway returns a channel that is closed when ClientTransport
// receives the draining signal from the server (e.g., GOAWAY frame in
// HTTP/2).
GoAway() <-chan struct{}
Expand Down

0 comments on commit d2a85bf

Please sign in to comment.