Browse Source

Documentation: fix typo in upgrade 3.2 guide

Gyu-Ho Lee 8 years ago
parent
commit
c983f0ae98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/upgrades/upgrade_3_2.md

+ 1 - 1
Documentation/upgrades/upgrade_3_2.md

@@ -48,7 +48,7 @@ clientv3yaml.NewConfig
 
 ### Client upgrade checklists (>=3.2.10)
 
->=3.2.10 upgrades `grpc/grpc-go` to >=v1.7.x from v1.2.1, which introduces some breaking changes.
+Note that >=3.2.10 requires `grpc/grpc-go` v1.7.3 (<=3.2.9 with v1.2.1), which introduces some breaking changes.
 
 Previously, `grpc.ErrClientConnTimeout` error is returned on client dial time-outs. >=3.2.10 instead returns `context.DeadlineExceeded` (see [#8504](https://github.com/coreos/etcd/issues/8504)).