瀏覽代碼

Merge pull request #4631 from msingle/patch-1

client: minor typo fix
Xiang Li 10 年之前
父節點
當前提交
1528a66808
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/keys.go

+ 1 - 1
client/keys.go

@@ -186,7 +186,7 @@ type SetOptions struct {
 
 	// Refresh set to true means a TTL value can be updated
 	// without firing a watch or changing the node value. A
-	// value must not provided when refreshing a key.
+	// value must not be provided when refreshing a key.
 	Refresh bool
 
 	// Dir specifies whether or not this Node should be created as a directory.