forked from TrueCloudLab/frostfs-sdk-go
[#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:
parent
4cbbbdd3e2
commit
5fe6d96bf1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue