瀏覽代碼

Merge pull request #5423 from purpleidea/feat/typos3

clientv3: fix typo
Xiang Li 10 年之前
父節點
當前提交
1226946e2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,