Skip to content

Commit

Permalink
Merge pull request hashicorp#258 from tylertreat/master
Browse files Browse the repository at this point in the history
Fix incorrect docstring for NewTCPTransportWithConfig
  • Loading branch information
kyhavlov authored Feb 12, 2018
2 parents d381816 + 6cb6739 commit a3fb458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcp_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ func NewTCPTransportWithLogger(
})
}

// NewTCPTransportWithLogger returns a NetworkTransport that is built on top of
// a TCP streaming transport layer, using a default logger and the address provider
// NewTCPTransportWithConfig returns a NetworkTransport that is built on top of
// a TCP streaming transport layer, using the given config struct.
func NewTCPTransportWithConfig(
bindAddr string,
advertise net.Addr,
Expand Down

0 comments on commit a3fb458

Please sign in to comment.