diff --git a/realis.go b/realis.go index 5a93872..82a5eac 100644 --- a/realis.go +++ b/realis.go @@ -196,7 +196,6 @@ func ClientCerts(clientKey, clientCert string) ClientOption { } // Use this option if you'd like to override default settings for connecting to Zookeeper. -// For example, this can be used to override the scheme to be used for communicating with Aurora (e.g. https). // See zk.go for what is possible to set as an option. func ZookeeperOptions(opts ...ZKOpt) ClientOption { return func(config *RealisConfig) {