diff --git a/api/kv.go b/api/kv.go index e959937c0b..2b93fa8539 100644 --- a/api/kv.go +++ b/api/kv.go @@ -36,7 +36,7 @@ type KVPair struct { // base64 encoded upon transport. 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 // session ID. Session string