mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3325 from elimisteve/master
client: spelling error in docs (occured -> occurred)
This commit is contained in:
commit
b3d2a621ab
@ -253,7 +253,7 @@ type Response struct {
|
|||||||
Node *Node `json:"node"`
|
Node *Node `json:"node"`
|
||||||
|
|
||||||
// PrevNode represents the previous state of the Node. PrevNode is non-nil
|
// PrevNode represents the previous state of the Node. PrevNode is non-nil
|
||||||
// only if the Node existed before the action occured and the action
|
// only if the Node existed before the action occurred and the action
|
||||||
// caused a change to the Node.
|
// caused a change to the Node.
|
||||||
PrevNode *Node `json:"prevNode"`
|
PrevNode *Node `json:"prevNode"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user