mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: fix "raftIndex" comment as "committed index"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
@@ -2196,7 +2196,7 @@
|
||||
"format": "uint64"
|
||||
},
|
||||
"raftIndex": {
|
||||
"description": "raftIndex is the current raft index of the responding member.",
|
||||
"description": "raftIndex is the current raft committed index of the responding member.",
|
||||
"type": "string",
|
||||
"format": "uint64"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user