mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix typo
This commit is contained in:
parent
f4fad92e0d
commit
10c9fae515
@ -394,7 +394,7 @@ message ResponseHeader {
|
|||||||
uint64 member_id = 2;
|
uint64 member_id = 2;
|
||||||
// revision is the key-value store revision when the request was applied.
|
// revision is the key-value store revision when the request was applied.
|
||||||
// For watch progress responses, the header.revision indicates progress. All future events
|
// For watch progress responses, the header.revision indicates progress. All future events
|
||||||
// recieved in this stream are guaranteed to have a higher revision number than the
|
// received in this stream are guaranteed to have a higher revision number than the
|
||||||
// header.revision number.
|
// header.revision number.
|
||||||
int64 revision = 3;
|
int64 revision = 3;
|
||||||
// raft_term is the raft term when the request was applied.
|
// raft_term is the raft term when the request was applied.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user