[#197] session: Fix `Container.AppliedTo` method docs

Method checks propagation, not limit.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/fyrchik/split-info-format
Leonard Lyubich 2022-04-26 13:38:45 +03:00 committed by LeL
parent 4cbbbdd3e2
commit 5fe6d96bf1
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ func (x *Container) ApplyOnlyTo(cnr cid.ID) {
x.cnrSet = true
}
// AppliedTo checks if session scope is limited by a given container.
// AppliedTo checks if the session is propagated to the given container.
//
// Zero Container is applied to all author's containers.
//