Browse Source

Merge pull request #4631 from msingle/patch-1

client: minor typo fix
Xiang Li 9 years ago
parent
commit
1528a66808
1 changed files with 1 additions and 1 deletions
  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
 	// Refresh set to true means a TTL value can be updated
 	// without firing a watch or changing the node value. A
 	// 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
 	Refresh bool
 
 
 	// Dir specifies whether or not this Node should be created as a directory.
 	// Dir specifies whether or not this Node should be created as a directory.