From 1bf341b815592176e4f949593a694fe6a4bf2f25 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 30 May 2018 12:26:37 -0700 Subject: [PATCH] Changing comments to reflect current change. --- realis.go | 1 - 1 file changed, 1 deletion(-) diff --git a/realis.go b/realis.go index f1cb09f..6b2c976 100644 --- a/realis.go +++ b/realis.go @@ -197,7 +197,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) {