diff --git a/nats.go b/nats.go index 27ce44371..4611628f3 100644 --- a/nats.go +++ b/nats.go @@ -449,8 +449,9 @@ type Options struct { // away if it can't connect to a server in the initial set. The // MaxReconnect and ReconnectWait options are used for this process, // similarly to when an established connection is disconnected. - // If a ReconnectHandler is set, it will be invoked when the connection - // is established, and if a ClosedHandler is set, it will be invoked if + // If a ReconnectHandler is set, it will be invoked on the first + // successful reconnect attempt (if the initial connect fails), + // and if a ClosedHandler is set, it will be invoked if // it fails to connect (after exhausting the MaxReconnect attempts). RetryOnFailedConnect bool