mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3326 from elimisteve/master
client: fixed typo in WatcherOptions docs
This commit is contained in:
commit
d01b6cd639
@ -137,7 +137,7 @@ type WatcherOptions struct {
|
|||||||
// index, whatever that may be.
|
// index, whatever that may be.
|
||||||
AfterIndex uint64
|
AfterIndex uint64
|
||||||
|
|
||||||
// Recursive specifices whether or not the Watcher should emit
|
// Recursive specifies whether or not the Watcher should emit
|
||||||
// events that occur in children of the given keyspace. If set
|
// events that occur in children of the given keyspace. If set
|
||||||
// to false (default), events will be limited to those that
|
// to false (default), events will be limited to those that
|
||||||
// occur for the exact key.
|
// occur for the exact key.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user