Merge pull request #5423 from purpleidea/feat/typos3

clientv3: fix typo
release-3.0
Xiang Li 2016-05-20 14:45:20 -07:00
commit 1226946e2d
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func WithRange(endKey string) OpOption {
}
// WithFromKey specifies the range of 'Get' or 'Delete' requests
// to be equal or greater than they key in the argument.
// to be equal or greater than the key in the argument.
func WithFromKey() OpOption { return WithRange("\x00") }
// WithSerializable makes 'Get' request serializable. By default,