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

Method checks propagation, not limit.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2022-04-26 13:38:45 +03:00 committed by LeL
parent 4cbbbdd3e2
commit 5fe6d96bf1

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.
//