From b1c6afbc7ff5449ec56ba5f95a068d117a28e7dc Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Sun, 6 Sep 2015 21:26:27 -0700 Subject: [PATCH] s/stated/started/ in Shutdown doc --- clientconn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientconn.go b/clientconn.go index aacba5b9..c0eb8d6f 100644 --- a/clientconn.go +++ b/clientconn.go @@ -212,7 +212,7 @@ const ( Ready // TransientFailure indicates the ClientConn has seen a failure but expects to recover. TransientFailure - // Shutdown indicates the ClientConn has stated shutting down. + // Shutdown indicates the ClientConn has started shutting down. Shutdown )