Merge pull request #329 from jmhodges/patch-1

s/stated/started/ in Shutdown doc
This commit is contained in:
Qi Zhao
2015-09-08 10:15:55 -07:00

View File

@ -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
)