mirror of https://github.com/status-im/consul.git
Fix typo
This commit is contained in:
parent
39fb70ff67
commit
40de5858d3
|
@ -36,7 +36,7 @@ type KVPair struct {
|
||||||
// base64 encoded upon transport.
|
// base64 encoded upon transport.
|
||||||
Value []byte
|
Value []byte
|
||||||
|
|
||||||
// Session is a string representing the ID of the session. Any othe
|
// Session is a string representing the ID of the session. Any other
|
||||||
// interactions with this key over the same session must specify the same
|
// interactions with this key over the same session must specify the same
|
||||||
// session ID.
|
// session ID.
|
||||||
Session string
|
Session string
|
||||||
|
|
Loading…
Reference in New Issue