Skip to content

Commit d2a85bf

Browse files
gyuhomenghanl
authored andcommitted
transport: fix minor typo in 'GoAway' godoc (#1284)
Signed-off-by: Gyu-Ho Lee <[email protected]>
1 parent 8de2dff commit d2a85bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ type ClientTransport interface {
534534
// once the transport is initiated.
535535
Error() <-chan struct{}
536536

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

0 commit comments

Comments
 (0)