[#298] pkg/session: Remove redundant slashes from SetSessionKey docs

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-06-04 14:39:24 +03:00 committed by Leonard Lyubich
parent 1f7f7f548e
commit 7968c4994a

View file

@ -82,7 +82,7 @@ func (t *Token) SessionKey() []byte {
}
// SetSessionKey sets public key of the session
// // in a binary format.
// in a binary format.
func (t *Token) SetSessionKey(v []byte) {
t.setBodyField(func(body *session.SessionTokenBody) {
body.SetSessionKey(v)