瀏覽代碼

client: spelling error in docs (occured -> occurred)

Steve Phillips 10 年之前
父節點
當前提交
69fc796926
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/keys.go

+ 1 - 1
client/keys.go

@@ -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"`