clientv3: fix typo

release-3.0
James Shubin 2016-05-20 16:47:13 -04:00
parent 4c36054610
commit 374b3ee40b
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,