From 58839d42150dfebccf93f36e42d407dd0fc13842 Mon Sep 17 00:00:00 2001 From: JP Robinson Date: Thu, 10 Mar 2016 10:49:59 -0500 Subject: [PATCH] fixing elasticache config comment --- config/aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/aws.go b/config/aws.go index 45c9fea6a..b00f72ee3 100644 --- a/config/aws.go +++ b/config/aws.go @@ -74,7 +74,7 @@ type ( // MustClient will use the cache cluster ID to describe // the cache cluster and instantiate a memcache.Client -// with the returned from AWS. +// with the cache nodes returned from AWS. func (e *ElastiCache) MustClient() *memcache.Client { var creds *credentials.Credentials if e.AccessKey != "" {