Parcourir la source

clientv3: fix typo

James Shubin il y a 10 ans
Parent
commit
374b3ee40b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      clientv3/op.go

+ 1 - 1
clientv3/op.go

@@ -198,7 +198,7 @@ func WithRange(endKey string) OpOption {
 }
 }
 
 
 // WithFromKey specifies the range of 'Get' or 'Delete' requests
 // 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") }
 func WithFromKey() OpOption { return WithRange("\x00") }
 
 
 // WithSerializable makes 'Get' request serializable. By default,
 // WithSerializable makes 'Get' request serializable. By default,