Skip to content

Commit

Permalink
docs: rename reference to Client.Latency()
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Sep 9, 2018
1 parent b102aff commit feda9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -135,7 +135,7 @@ type Config struct {
// PingDelay is the frequency between when the client sends a keep-alive
// PING to the server, and awaits a response (and times out if the server
// doesn't respond in time). This should be between 20-600 seconds. See
// Client.Lag() if you want to determine the delay between the server
// Client.Latency() if you want to determine the delay between the server
// and the client. If this is set to -1, the client will not attempt to
// send client -> server PING requests.
PingDelay time.Duration
Expand Down

0 comments on commit feda9ca

Please sign in to comment.